Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ConniBug committed Sep 19, 2023
1 parent b8ebc24 commit ec6e450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install cmake g++
sudo apt-get build-dep glfw3
if [ ! -d "build" ]; then
mkdir build
fi
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

- name: Install packages
run: |
choco install mingw
choco install mingw
choco install glfw3
- name: Configure build
run: |
Expand Down

0 comments on commit ec6e450

Please sign in to comment.