Skip to content

Commit

Permalink
CI: Disable ccache on Windows (where it currently fails).
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 2, 2024
1 parent 08605a6 commit 388bd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -172,6 +172,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
if: runner.os == 'Linux' || runner.os == 'macOS'
with:
max_size: 950M
create-symlink: true
Expand Down

0 comments on commit 388bd6b

Please sign in to comment.