diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a47195d1becf..df73d635ee90 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -103,10 +103,6 @@ jobs: repository: apache/arrow-nanoarrow path: nanoarrow fetch-depth: 0 - # Workaround https://github.com/rust-lang/rust/issues/125067 - - name: Downgrade rust - working-directory: rust - run: rustup override set 1.77 - name: Build run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build - name: Run