Skip to content

Commit

Permalink
fixup! Add .github/workflows/ci.yml [debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 7, 2024
1 parent bf6b70a commit 5dd769b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/build/source
key: ${{ runner.os }}-${{ hashFiles('*/build/source/wvp_model.cpp') }}
key: ${{ runner.os }}-
restore-keys: ${{ runner.os }}-
- uses: seanmiddleditch/gha-setup-ninja@master
- name: Configure
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/build/source
key: ${{ runner.os }}-${{ hashFiles('*/build/source/wvp_model.cpp') }}
key: ${{ runner.os }}-
restore-keys: ${{ runner.os }}-
- name: Configure
run: cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022" -A x64 -DIVE_PLUGIN_EXAMPLE=ON
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/build/source
key: ${{ runner.os }}-${{ hashFiles('*/build/source/wvp_model.cpp') }}
key: ${{ runner.os }}-
restore-keys: ${{ runner.os }}-
- name: Configure
run: cmake -B ${{ github.workspace }}/build -G "Xcode" -DIVE_PLUGIN_EXAMPLE=ON
Expand Down

0 comments on commit 5dd769b

Please sign in to comment.