Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Dec 3, 2023
1 parent 4dcd1b9 commit 7ee4d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
shell: sh
run: |
cmake -B ${{ github.workspace }}/.out -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S ${{ github.workspace }} -G Ninja
cmake --build ${{ github.workspace }}/.out --target orchestrator -j 18
cmake --build ${{ github.workspace }}/.out --target roguelite --parallel 0
ls -l project/addons/*/bin/
ls -l ${{ github.workspace }}/.out
Expand All @@ -100,7 +100,7 @@ jobs:
shell: sh
run: |
cmake -B ${{ github.workspace }}/.out -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/toolchain-windows.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S ${{ github.workspace }} -G Ninja
cmake --build ${{ github.workspace }}/.out --target orchestrator -j 18
cmake --build ${{ github.workspace }}/.out --target roguelite --parallel 0
ls -l project/addons/*/bin/
ls -l ${{ github.workspace }}/.out
Expand Down

0 comments on commit 7ee4d96

Please sign in to comment.