Skip to content

Commit 0920a7d

Browse files
committed
Fix CI
1 parent d80023f commit 0920a7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ jobs:
128128
rustup update "$channel" --no-self-update
129129
rustup default "$channel"
130130
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"
131138
- uses: taiki-e/install-action@nextest
132139
- uses: Swatinem/rust-cache@v2
133140
with:

0 commit comments

Comments
 (0)