Skip to content

Commit 0467ae5

Browse files
committed
typo in vcpkg cache
1 parent 4789309 commit 0467ae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
VCPKG_BINARY_SOURCES: >-
15-
clear;file,${{ github.workspace }}/vcpkg-test-cache,readwrite
15+
clear;files,${{ github.workspace }}/vcpkg-test-cache,readwrite
1616
steps:
1717
- name: Checkout vcpkg
1818
uses: actions/checkout@v6
@@ -43,7 +43,7 @@ jobs:
4343
os: [windows-latest, ubuntu-latest, macos-latest]
4444
env:
4545
VCPKG_BINARY_SOURCES: >-
46-
clear;file,${{ github.workspace }}/vcpkg-${{ matrix.os }}-cache,readwrite
46+
clear;files,${{ github.workspace }}/vcpkg-${{ matrix.os }}-cache,readwrite
4747
steps:
4848
- name: Checkout vcpkg
4949
uses: actions/checkout@v6

0 commit comments

Comments
 (0)