Skip to content

Commit

Permalink
Fixed ccache in CI (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored and Shikaree68 committed Mar 8, 2024
1 parent 3e1dd20 commit 28f766c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ runs:
shell: bash
run: |
ccache -z
export CCACHE_DIR=`~/.ccache`
cd ../build
export CCACHE_BASEDIR=`realpath ..`
export CCACHE_DIR=~/.ccache
ninja
ccache -s

0 comments on commit 28f766c

Please sign in to comment.