We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4789309 commit 0467ae5Copy full SHA for 0467ae5
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
VCPKG_BINARY_SOURCES: >-
15
- clear;file,${{ github.workspace }}/vcpkg-test-cache,readwrite
+ clear;files,${{ github.workspace }}/vcpkg-test-cache,readwrite
16
steps:
17
- name: Checkout vcpkg
18
uses: actions/checkout@v6
@@ -43,7 +43,7 @@ jobs:
43
os: [windows-latest, ubuntu-latest, macos-latest]
44
45
46
- clear;file,${{ github.workspace }}/vcpkg-${{ matrix.os }}-cache,readwrite
+ clear;files,${{ github.workspace }}/vcpkg-${{ matrix.os }}-cache,readwrite
47
48
49
0 commit comments