Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Jan 4, 2025
1 parent 8fa8fea commit 93e8e3e
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 @@ -23,7 +23,7 @@ jobs:
fetch-depth: 3
- name: Install dependencies
run: |
echo "set man-db/auto-update false" | debconf-communicate; dpkg-reconfigure man-db
echo "set man-db/auto-update false" | sudo debconf-communicate; sudo dpkg-reconfigure man-db
sudo apt-get update
sudo apt-get install build-essential cmake
- name: Install OpenAL Soft dependencies
Expand Down

0 comments on commit 93e8e3e

Please sign in to comment.