Skip to content

Commit

Permalink
Don't mount vcpkg cache
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jan 13, 2025
1 parent 82068bb commit a9430dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel setuptools
- name: Mount vcpkg cache
uses: actions/cache@v4
with:
path: "~/.cache/vcpkg/archives"
key: vcpkg-${{ matrix.os }}

- name: Install vcpkg dependencies
run: |
vcpkg install opencl
Expand Down

0 comments on commit a9430dc

Please sign in to comment.