diff --git a/.github/workflows/cmake-ci.yml b/.github/workflows/cmake-ci.yml index 0373517b..76244b70 100644 --- a/.github/workflows/cmake-ci.yml +++ b/.github/workflows/cmake-ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/cache@v2 with: path: | - %LocalAppData%\vcpkg\archives + %LOCALAPPDATA%\vcpkg\archives ~/.cache/vcpkg/archives key: vcpkg-${{ matrix.os }} @@ -35,6 +35,10 @@ jobs: if: matrix.dependencies == 'vcpkg' run: vcpkg install benchmark civetweb curl[core] gtest zlib + - name: "localappdata" + if: matrix.dependencies == 'vcpkg' && runner.os == 'Windows' + run: dir -r ${Env:LOCALAPPDATA}\vcpkg\archives + - name: Generate German locale on Ubuntu if: runner.os == 'Linux' run: |