Skip to content

Commit

Permalink
Maybe fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ConniBug committed Sep 19, 2023
1 parent 9213a78 commit c7a7af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install cmake g++
sudo apt-get install glfw3
sudo apt-get install libglfw3-dev
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down

0 comments on commit c7a7af9

Please sign in to comment.