Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ConniBug committed Jul 24, 2023
1 parent 360534a commit 307b91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -S /home/runner/work/2D-Engine/2D-Engine ./
cmake -DCMAKE_BUILD_TYPE=Debug ../
- name: Build project
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -S /home/runner/work/2D-Engine/2D-Engine ./
cmake -DCMAKE_BUILD_TYPE=Debug ../
- name: Build project
run: |
Expand Down

0 comments on commit 307b91f

Please sign in to comment.