diff options
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f4d3c2..21531b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -38,6 +38,7 @@ jobs: | |||
| 38 | version: master | 38 | version: master |
| 39 | 39 | ||
| 40 | - uses: actions/cache@v3 | 40 | - uses: actions/cache@v3 |
| 41 | if: ${{ matrix.os != 'windows-latest' }} | ||
| 41 | with: | 42 | with: |
| 42 | path: | | 43 | path: | |
| 43 | zig-cache | 44 | zig-cache |