Skip to content

Commit 7a5effe

Browse files
committed
mkdir
1 parent 3be507f commit 7a5effe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ jobs:
191191
env:
192192
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}\vcpkg-cache
193193

194+
- name: Create cache directory
195+
run: mkdir ${{env.VCPKG_DEFAULT_BINARY_CACHE}}
196+
194197
# Builds dependencies using vcpkg, leveraging cache
195198
- name: Run CMake
196199
run: cmake --preset=vcpkg-vs-github

0 commit comments

Comments
 (0)