Skip to content

Commit

Permalink
Remove Cache entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 17, 2023
1 parent fbcb494 commit 5a0b5c6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
include:
- os: windows-2019
vcpkg_path: C:\mixxx-vcpkg
exe_suffix: .exe
vcpkg_bootstrap: .\bootstrap-vcpkg.bat
vcpkg_triplet: x64-windows
vcpkg_host_triplet: x64-windows
Expand Down Expand Up @@ -72,22 +71,6 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
working-directory: ${{ matrix.vcpkg_path }}

# Cache the vcpkg executable to avoid bootstrapping each time
- name: "Setup vcpkg executable cache"
id: cache-vcpkg-exe
uses: actions/cache@v3
with:
path: ${{ matrix.vcpkg_path }}/vcpkg${{ matrix.exe_suffix }}
key: vcpkg-exe-${{ matrix.os }}

# Avoid to download Powershell and CMake each time
- name: "Setup vcpkg tools cache"
id: cache-vcpkg-tools
uses: actions/cache@v3
with:
path: ${{ matrix.vcpkg_path }}/downloads/tools
key: vcpkg-tools-${{ matrix.os }}

- name: Bootstrap vcpkg
run: ${{ matrix.vcpkg_bootstrap }}
working-directory: ${{ matrix.vcpkg_path }}
Expand Down

0 comments on commit 5a0b5c6

Please sign in to comment.