Skip to content

Commit

Permalink
Bring back ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 23, 2024
1 parent 4b73c1f commit 8603e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ jobs:
run: |
wget -O $HOME/wrongbrew.sh https://gist.github.com/tresf/9a45e1400a91f4c9c14a2240967094ff/raw/wrongbrew.sh
chmod +x $HOME/wrongbrew.sh
brew install cmake qt@5 fltk curl
brew install cmake qt@5 fltk curl ccache
$HOME/wrongbrew.sh install curl
mv "$("$HOME/wrongbrew.sh" --prefix curl)" "$("$HOME/wrongbrew.sh" --prefix curl)_x86_64"
ln -s "$(brew --prefix curl)" "$("$HOME/wrongbrew.sh" --prefix curl)"

0 comments on commit 8603e1e

Please sign in to comment.