Skip to content

Commit

Permalink
Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer committed Sep 11, 2022
1 parent 5056efc commit 95a51b8
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 @@ -68,10 +68,10 @@ jobs:
run: cmake . --preset windows-${{ matrix.architecture }}-release -DORBITER_MAKE_DOC=OFF -DIRRKLANG_DIR:STRING="irrKlang_DOWNLOAD" -DDXSDK_DIR:PATH="${{ github.workspace }}\\DXSDK"

- name: Build
run: cmake . --preset windows-${{ matrix.architecture }}-release
run: cmake . --preset windows-${{ matrix.architecture }}-release --build

- name: Test
run: ctest . --preset windows-${{ matrix.architecture }}-release --build
run: ctest . --preset windows-${{ matrix.architecture }}-release

- name: Install
run: cmake . --preset windows-${{ matrix.architecture }}-release --install --prefix ${{ github.workspace }}/out/install
Expand Down

0 comments on commit 95a51b8

Please sign in to comment.