Skip to content

Commit

Permalink
dont cache the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski committed Feb 4, 2024
1 parent 9f63b32 commit 3b603c5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache libchdb.so
id: cache-libchdb
uses: actions/cache@v4
with:
path: libchdb.so
key: ${{ matrix.rid }}-libchdb

- name: Download chdb library
if: steps.cache-libchdb.outputs.cache-hit != 'true'
run: ./update_libchdb.sh

- name: Setup .NET Core
Expand Down

0 comments on commit 3b603c5

Please sign in to comment.