Skip to content

Commit 557e438

Browse files
authored
ci: mkdir ${{ github.workspace }}/.cvmfs
1 parent 4a786d4 commit 557e438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
os: [ubuntu-24.04]
1414
steps:
1515
- uses: actions/checkout@v4
16+
- run: mkdir -p ${{ github.workspace }}/.cvmfs
1617
- uses: ./
1718
with:
1819
actions_cache: true

0 commit comments

Comments
 (0)