We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca12e3 commit 3be507fCopy full SHA for 3be507f
.github/workflows/test.yml
@@ -185,11 +185,11 @@ jobs:
185
- uses: actions/checkout@v4
186
- uses: actions/cache@v4
187
with:
188
- path: ${{github.workspace}}/vcpkg-cache
+ path: ${{github.workspace}}\vcpkg-cache
189
key: ${{ hashFiles('vcpkg.json') }}-vcpkg
190
restore-keys: vcpkg
191
env:
192
- VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}/vcpkg-cache
+ VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}\vcpkg-cache
193
194
# Builds dependencies using vcpkg, leveraging cache
195
- name: Run CMake
0 commit comments