We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd33319 commit 50358f6Copy full SHA for 50358f6
.github/workflows/integration.yml
@@ -95,6 +95,11 @@ jobs:
95
with:
96
path: rust
97
fetch-depth: 0
98
+ # Workaround https://github.com/rust-lang/jobserver-rs/issues/87
99
+ # Can be removed once https://github.com/rust-lang/jobserver-rs/pull/88 is released
100
+ - name: Downgrade jobserver
101
+ working-directory: rust
102
+ run: cargo update -p cc --precise 1.0.94 && cargo update -p jobserver --precise 0.1.28
103
- name: Build
104
run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
105
- name: Run
0 commit comments