Skip to content

Commit

Permalink
Adjust build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Jun 11, 2023
1 parent 0f9a30c commit ff677dc
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 @@ -46,7 +46,7 @@ jobs:
- name: Cache irrKlang package
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/out/build/Extern/irrKlang/${{ matrix.architecture }}
path: ${{ github.workspace }}/Extern/irrKlang/${{ matrix.architecture }}
key: irrKlang-${{ matrix.architecture }}

- name: Cache DirectX SDK
Expand All @@ -67,7 +67,7 @@ jobs:
dir /S /B DXSDK
- name: Configure
run: cmake . --preset windows-${{ matrix.architecture }}-release -DORBITER_MAKE_DOC=OFF -DIRRKLANG_DIR:STRING="irrKlang_DOWNLOAD" -DDXSDK_DIR:PATH="${{ github.workspace }}\\DXSDK"
run: cmake . --preset windows-${{ matrix.architecture }}-release -DORBITER_MAKE_DOC=OFF -DDXSDK_DIR:PATH="${{ github.workspace }}\\DXSDK"

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

0 comments on commit ff677dc

Please sign in to comment.