Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Feb 28, 2024
1 parent daf7a0a commit 7dcd1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
shell: bash
run: |
ccache -z
cd ../build
export CCACHE_BASEDIR=`realpath ..`
export CCACHE_DIR=~/.ccache
cd ../build
ninja
ccache -s

0 comments on commit 7dcd1ce

Please sign in to comment.