Skip to content

Commit

Permalink
fix the 'Restore cache failed' warning of the tests.yaml github actio…
Browse files Browse the repository at this point in the history
…n job (#262)

* fix the 'Restore cache failed' warning of the tests.yaml github actions job

* Re-build static libraries

---------

Co-authored-by: deining <deining@users.noreply.github.com>
  • Loading branch information
deining and deining authored Aug 15, 2024
1 parent cfaae97 commit 70af17c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- uses: actions/checkout@v4

- name: "Run Tests"
run: make test
freebsd_amd64:
Expand Down
Binary file modified deps/darwin_amd64/libduckdb.a
Binary file not shown.
Binary file modified deps/darwin_arm64/libduckdb.a
Binary file not shown.

0 comments on commit 70af17c

Please sign in to comment.