Skip to content

Commit

Permalink
GH-43 Fix build failure with invalid path
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 30, 2023
1 parent 312866e commit c05732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
cmake -B ${{ github.workspace }}/.out-${{ matrix.identifier}} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -S ${{ github.workspace }} -G Ninja
cmake --build ${{ github.workspace }}/.out-${{ matrix.identifier}} --target orchestrator -j 18
ls -l project/addons/*/bin/
ls -l project/addons/*/
ls -l ${{ github.workspace }}/.out-${{ matrix.identifier}}
- name: Build Orchestrator (Windows)
Expand All @@ -110,7 +110,7 @@ jobs:
run: |
cmake -B ${{ github.workspace }}/.out-${{ matrix.identifier}} -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/toolchain-windows.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -S ${{ github.workspace }} -G Ninja
cmake --build ${{ github.workspace }}/.out-${{ matrix.identifier}} --target orchestrator -j 18
ls -l project/addons/*/bin/
ls -l project/addons/*/
ls -l ${{ github.workspace }}/.out-${{ matrix.identifier}}
- name: Include Files
Expand Down

0 comments on commit c05732a

Please sign in to comment.