Skip to content

Commit

Permalink
Checkout nanoarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed May 13, 2024
1 parent 08b6d9d commit c97477f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
with:
path: rust
fetch-depth: 0
- name: Checkout Arrow nanoarrow
uses: actions/checkout@v4
with:
repository: apache/arrow-nanoarrow
path: nanoarrow
fetch-depth: 0
# Workaround https://github.com/rust-lang/rust/issues/125067
- name: Downgrade rust
working-directory: rust
Expand Down

0 comments on commit c97477f

Please sign in to comment.