Skip to content

Commit

Permalink
Put ccache in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Feb 12, 2024
1 parent 6b66e6e commit b9733ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
${{ runner.os }}-build-hello-
${{ runner.os }}-build-
- name: Put ccache in path
run: |
echo "/usr/lib/ccache" >> $GITHUB_PATH
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
echo "/opt/homebrew/opt/ccache/libexec" >> $GITHUB_PATH
shell: bash

- name: Build
run: make

Expand Down

0 comments on commit b9733ec

Please sign in to comment.