Skip to content

Commit

Permalink
Disable ccache?
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 6, 2022
1 parent 7bee93f commit 2ccd4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: setup developer command prompt
uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.short_os }} == "windows"
if: matrix.short_os == 'windows'

- name: checkout swiftshader
uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
run: |
cd swiftshader/build
cmake .. -G Ninja
cmake .. -G Ninja -DCCACHE_FOUND=CCACHE_FOUND-NOTFOUND
- name: build
run: |
Expand Down

0 comments on commit 2ccd4f0

Please sign in to comment.