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 61a5781 commit 0ea3299Copy full SHA for 0ea3299
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
build-runs-on:
65
strategy:
66
fail-fast: false
67
- runs-on: [runs-on, runner=32cpu-linux-arm64, image=ubuntu22-full-arm64, "run-id=${{ github.run_id }}"]
+ runs-on: [runs-on, runner=32cpu-linux-arm64, image=ubuntu22-full-arm64, disk=large, "run-id=${{ github.run_id }}"]
68
steps:
69
- name: Install Rust
70
uses: actions-rs/toolchain@v1
0 commit comments