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 d80023f commit 0920a7dCopy full SHA for 0920a7d
.github/workflows/main.yaml
@@ -128,6 +128,13 @@ jobs:
128
rustup update "$channel" --no-self-update
129
rustup default "$channel"
130
rustup target add "${{ matrix.target }}"
131
+ - name: Install Rust (rustup)
132
+ if: ${{ startsWith(matrix.target, 'sbpf') }}
133
+ shell: bash
134
+ run: |
135
+ channel="nightly-2025-04-29"
136
+ rustup update "$channel" --no-self-update
137
+ rustup default "$channel"
138
- uses: taiki-e/install-action@nextest
139
- uses: Swatinem/rust-cache@v2
140
with:
0 commit comments