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 590ce35 commit 3fc18a2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@ jobs:
- name: show dir
run: |
pwd
ls
pwd
ls

- name: Configure build
run: |
cmake --build build --target 2D-Engine -j 6
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../
- name: Build project
run: |
make
cd build
make
# - name: Run tests
# run: |
Expand Down

0 comments on commit 3fc18a2

Please sign in to comment.