diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index eceda60a..71aaed43 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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