diff options
author | crupest <crupest@outlook.com> | 2022-01-20 23:53:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-20 23:53:00 +0800 |
commit | 7433b93aef3402f8c75c24deb4614d0f351b9477 (patch) | |
tree | ece7c5cc8aff7bd1a5292c30f4d9930c09368e4d /.github | |
parent | 01d85a42373d913b31c5d0fe7fa784bc43f6b912 (diff) | |
download | cru-7433b93aef3402f8c75c24deb4614d0f351b9477.tar.gz cru-7433b93aef3402f8c75c24deb4614d0f351b9477.tar.bz2 cru-7433b93aef3402f8c75c24deb4614d0f351b9477.zip |
...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0959051a..c978c3af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,12 @@ on: - "docs/**" - "**/README.md" -env: - VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/.cache/vcpkg/archives - jobs: macos-build: name: macOS Build runs-on: macos-latest + env: + VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/.cache/vcpkg/archives steps: - uses: actions/checkout@v2 @@ -49,6 +48,9 @@ jobs: name: Windows Build runs-on: windows-latest + env: + VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/.cache/vcpkg/archives + steps: - uses: actions/checkout@v2 |