Skip to content

Commit

Permalink
remove ccache for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoberry committed Apr 1, 2024
1 parent c476616 commit 75f7a3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ jobs:
cd duckdb
git checkout ${{ inputs.duckdb_version }}
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@v1.2.11 # Note: pinned due to GLIBC incompatibility in later releases
with:
key: ${{ github.job }}-${{ matrix.duckdb_arch }}

- name: Setup vcpkg
uses: lukka/run-vcpkg@v11.1
with:
Expand Down

0 comments on commit 75f7a3c

Please sign in to comment.