Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Jul 21, 2021
1 parent e0687c1 commit 5b6ebe0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-ci.yml
Expand Up @@ -27,14 +27,18 @@ jobs:
uses: actions/cache@v2
with:
path: |
%LocalAppData%\vcpkg\archives
%LOCALAPPDATA%\vcpkg\archives
~/.cache/vcpkg/archives
key: vcpkg-${{ matrix.os }}

- name: Install vcpkg dependencies
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: |
Expand Down

0 comments on commit 5b6ebe0

Please sign in to comment.