Skip to content

Commit

Permalink
Update deploy-game-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Sep 27, 2024
1 parent 422a47f commit 9f1ddd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-game-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

- name: Configure CMake
run: >
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake -B ${{github.workspace}}/build --log-level=VERBOSE -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/cmake/LinuxToolchain.cmake --fresh
- name: Build
# run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j3
run: make -f ${{github.workspace}}/build/Makefile
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
# run: make -f ${{github.workspace}}/build/Makefile

- name: Upload Binaries
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9f1ddd9

Please sign in to comment.