Skip to content

Commit

Permalink
Set C compiler to use ccache properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Oct 11, 2024
1 parent 2380d0b commit 0f51951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
target: ${{ fromJson(needs.gather_targets.outputs.targets) }}
env:
CACHE_BUSTER: "1"
CC: gcc
steps:
- name: Free up disk space
run: rm -rf /opt/hostedtoolcache
Expand Down

0 comments on commit 0f51951

Please sign in to comment.