Skip to content

Commit

Permalink
Maybe fix linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ConniBug committed Sep 19, 2023
1 parent ec6e450 commit 6caed22
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 build-dep glfw3
sudo apt-get glfw3
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down

0 comments on commit 6caed22

Please sign in to comment.