Skip to content

Commit

Permalink
Update Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Jun 4, 2024
1 parent 2ea8509 commit 9d69b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libxft-dev libfontconfig1-dev
sudo apt-get install -y libxft-dev libfontconfig1-dev libgl-dev
- name: Configure CMake Ubuntu
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build Ubuntu
Expand Down

0 comments on commit 9d69b10

Please sign in to comment.