Skip to content

Commit

Permalink
[ci] Disable ccache.
Browse files Browse the repository at this point in the history
Disable ccache for now because caching (2 min) is slower than building itself (20 s).
  • Loading branch information
dan-zheng committed Feb 22, 2024
1 parent 0508e2c commit bb497b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4

# Set up ccache
- name: ccache
uses: hendrikmuhs/[email protected]
# Note: this is currently disabled because caching is slower than building itself.
# # Set up ccache
# - name: ccache
# uses: hendrikmuhs/[email protected]

# Install CMake
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit bb497b3

Please sign in to comment.