Skip to content

Commit 3be507f

Browse files
committed
use backslashes
1 parent cca12e3 commit 3be507f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ jobs:
185185
- uses: actions/checkout@v4
186186
- uses: actions/cache@v4
187187
with:
188-
path: ${{github.workspace}}/vcpkg-cache
188+
path: ${{github.workspace}}\vcpkg-cache
189189
key: ${{ hashFiles('vcpkg.json') }}-vcpkg
190190
restore-keys: vcpkg
191191
env:
192-
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}/vcpkg-cache
192+
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}\vcpkg-cache
193193

194194
# Builds dependencies using vcpkg, leveraging cache
195195
- name: Run CMake

0 commit comments

Comments
 (0)