We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0a879 commit 8254883Copy full SHA for 8254883
.github/workflows/integration.yml
@@ -103,10 +103,6 @@ jobs:
103
repository: apache/arrow-nanoarrow
104
path: nanoarrow
105
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
110
- name: Build
111
run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
112
- name: Run
0 commit comments