Skip to content

Commit

Permalink
Fixes ccache installation condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie authored Oct 21, 2024
1 parent 6e03d3b commit b869075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v8build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
PIP_BREAK_SYSTEM_PACKAGES: '1'

- name: Install CCache
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-24.04'
run: |
sudo apt-get update
sudo apt-get install -yq ccache
Expand Down

0 comments on commit b869075

Please sign in to comment.