Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Mar 28, 2023
1 parent 7498556 commit 6c57f03
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Cache vcpkg
uses: actions/cache@v2
with:
path: vcpkg/installed
key: ${{ runner.os }}-vcpkg
restore-keys: |
${{ runner.os }}-vcpkg
- name: Install vcpkg
run: |
git clone https://github.com/Microsoft/vcpkg.git
Expand Down

0 comments on commit 6c57f03

Please sign in to comment.