Skip to content

Commit

Permalink
chore: update gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkittyy committed Mar 15, 2023
1 parent f2d9e1b commit 5797521
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,11 @@ jobs:
uses: actions/cache@v3
id: cache-vcpkg
with:
path: |
~/vcpkg
./build/vcpkg_installed
${{ env.HOME }}/.cache/vcpkg/archives
${{ env.XDG_CACHE_HOME }}/vcpkg/archives
${{ env.LOCALAPPDATA }}\vcpkg\archives
${{ env.APPDATA }}\vcpkg\archives
path: C:/vcpkg
key: ${{ runner.os }}-${{ env.BUILD_TYPE }}-vcpkg

- name: Install socket-io-client (vcpkg)
if: steps.cache-vcpkg.outputs.cache-hit != 'true'
if: ${{ steps.cache-vcpkg.outputs.cache-hit != 'true' }}
run: |
vcpkg install socket-io-client:x64-windows
vcpkg integrate install
Expand Down

0 comments on commit 5797521

Please sign in to comment.