Skip to content

Commit 53a9c30

Browse files
committed
review: fix the reactor job as well.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 42f7106 commit 53a9c30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ jobs:
317317
- name: Install dependencies
318318
if: ${{ env.ACT }}
319319
run: |
320-
curl -OL https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init
321-
chmod +x ./rustup-init
322-
./rustup-init -y
323-
rm rustup-init
320+
curl -OL https://static.rust-lang.org/rustup/rustup-init.sh
321+
chmod +x ./rustup-init.sh
322+
./rustup-init.sh -y
323+
rm rustup-init.sh
324324
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
325325
326326
- name: Update Rust

0 commit comments

Comments
 (0)