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 6caed22 commit 9213a78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 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 glfw3
sudo apt-get install glfw3
if [ ! -d "build" ]; then
mkdir build
fi
Expand All @@ -36,6 +36,7 @@ jobs:
- name: Build project
run: |
make
cd build
make
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Build project
run: |
cd build
dir
dir ../
pwd
make
# - name: Run tests
Expand Down

0 comments on commit 9213a78

Please sign in to comment.