Skip to content

Commit

Permalink
Create full path
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 4, 2025
1 parent bacc11b commit 909d439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Setup cache
shell: alpine.sh --root {0}
run: |
mkdir ${{env.CCACHE_DIR}}
mkdir ${{env.CPM_SOURCE_CACHE}}
mkdir -p ${{env.CCACHE_DIR}}
mkdir -p ${{env.CPM_SOURCE_CACHE}}
ccache --set-config=cache_dir=${{env.CCACHE_DIR}}
ccache -M 2.0GB
ccache -s -v
Expand Down

0 comments on commit 909d439

Please sign in to comment.