Skip to content

Commit

Permalink
work on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jun 30, 2024
1 parent abeb0db commit 5291e74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
osx_matrix: ${{ steps.set-matrix-osx.outputs.osx_matrix }}
wasm_matrix: ${{ steps.set-matrix-wasm.outputs.wasm_matrix }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
# make prefix=/usr install
# git --version

- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
DUCKDB_PLATFORM: ${{ matrix.duckdb_arch }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
DUCKDB_PLATFORM: ${{ matrix.duckdb_arch }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
Expand Down

0 comments on commit 5291e74

Please sign in to comment.