Skip to content

Commit 9d9674b

Browse files
authored
Fix archery integration test (#7292)
1 parent 60c2abc commit 9d9674b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ jobs:
103103
repository: apache/arrow-nanoarrow
104104
path: nanoarrow
105105
fetch-depth: 0
106-
# Workaround https://github.com/rust-lang/rust/issues/125067
107-
- name: Downgrade rust
108-
working-directory: rust
109-
run: rustup override set 1.77
110106
- name: Build
111107
run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
112108
- name: Run

0 commit comments

Comments
 (0)