Skip to content

Commit

Permalink
cmake fails to compile, so try makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Sep 27, 2024
1 parent f8187c2 commit 4ca43ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-game-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
-DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/cmake/LinuxToolchain.cmake --fresh
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j3
# run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j3
run: make -f ${{github.workspace}}/build/msr.mak

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

0 comments on commit 4ca43ae

Please sign in to comment.