Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Jan 29, 2024
1 parent 4c9cbb8 commit df77172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Cache files
uses: actions/[email protected]
with:
path: ~/.ccache
path: ../.ccache
key: ubuntu-22.04-ccache-${{steps.ccache_cache_timestamp.outputs.timestamp}}
restore-keys: |
ubuntu-22.04-ccache-
Expand All @@ -65,6 +65,7 @@ jobs:
shell: bash
run: |
ccache -z
export CCACHE_BASEDIR=`realpath ..`
cd ../build
ninja examples/all client/all
ccache -s
Expand Down

0 comments on commit df77172

Please sign in to comment.