Skip to content

Commit

Permalink
fix github actions checkout task
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 12, 2024
1 parent cf29fe2 commit bca8302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build ccache

- name: checkout
repository: duckdb/duckdb
uses: actions/checkout@v3
with:
repository: duckdb/duckdb

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand All @@ -56,7 +57,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
repository: duckdb/duckdb_sqlsmith
path: duckdb_sqlsmith
fetch-depth: 0

Expand Down

0 comments on commit bca8302

Please sign in to comment.