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 c7a7af9 commit 590ce35
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,17 @@ jobs:
fi
- name: show dir
run: ls
run: |
pwd
ls
- name: Configure build
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../
cmake --build build --target 2D-Engine -j 6
- name: Build project
run: |
make
cd build
make
# - name: Run tests
# run: |
Expand Down

0 comments on commit 590ce35

Please sign in to comment.