Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldmwangi committed Jul 22, 2024
1 parent 2eb6bd1 commit a774b67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
# Step 3: Install dependencies
- name: Install dependencies
run: |
sudo apt-get update # Update the package list
sudo apt-get install -y cmake \
pango1.0-tools \ # Install Pango tools
libpango1.0-dev \ # Install Pango development libraries
pkg-config \ # Install pkg-config
libomp-dev # Install OpenMP development libraries
sudo apt-get update
sudo apt-get install -y cmake pango1.0-tools libpango1.0-dev pkg-config libomp-dev
# Step 4: Configure the project using CMake
- name: Configure CMake
Expand Down

0 comments on commit a774b67

Please sign in to comment.