Skip to content

Commit

Permalink
Update test-game.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samdev-7 committed Nov 9, 2022
1 parent ad865e0 commit fe6f244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Init Submodules
run: git submodule update --init --recursive
- name: Setup Build Directory
run: mkdir build && cd build
run: mkdir build
- name: Cmake
run: cmake ..
run: cd build && cmake ..
- name: Make
run: make
run: cd build && make

test-game:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe6f244

Please sign in to comment.