Skip to content

Commit 55459c5

Browse files
committed
Create host dirs
1 parent 8100b81 commit 55459c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/alpine.yml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
alpine-cache-dir ${{github.ref}} run-
4242
alpine-cache-dir
4343
44+
- name: Setup host dirs
45+
run: |
46+
mkdir -p ${{env.CCACHE_DIR}}
47+
mkdir -p ${{env.CPM_SOURCE_CACHE}}
48+
4449
- name: Setup latest Alpine Linux
4550
uses: jirutka/setup-alpine@v1
4651
with:

0 commit comments

Comments
 (0)