From 2ccd4f079fe9a036efb59aeb3295822a375c0ac3 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 6 Oct 2022 15:37:24 -0400 Subject: [PATCH] Disable ccache? --- .github/workflows/artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 0f0d44c..066f8c5 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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 @@ -48,7 +48,7 @@ jobs: run: | cd swiftshader/build - cmake .. -G Ninja + cmake .. -G Ninja -DCCACHE_FOUND=CCACHE_FOUND-NOTFOUND - name: build run: |