Skip to content

Commit 69daf2f

Browse files
authored
1 parent 1da483d commit 69daf2f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/setup-windows-toolchain/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ runs:
1111
uses: mpi4py/setup-mpi@v1
1212
with:
1313
mpi: msmpi
14+
- name: Create ccache directory
15+
shell: pwsh
16+
run: New-Item -ItemType Directory -Force -Path "$env:LOCALAPPDATA\ccache" | Out-Null
1417
- name: Setup ccache
1518
uses: Chocobo1/setup-ccache-action@v1
1619
with:

0 commit comments

Comments
 (0)