Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
feat: make default image work with stable Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
José Molina committed Sep 14, 2023
1 parent 6a6310a commit b2d9e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/templates/setup-worker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ runs:
shell: bash
run: sudo apt update && sudo apt install -y git clang curl libssl-dev llvm libudev-dev cmake protobuf-compiler

- name: Install Rust nightly
- name: Install Rust stable
shell: bash
run: |
rustup toolchain install nightly-2023-01-01 --profile minimal --component rustfmt
rustup default nightly-2023-01-01
rustup target add wasm32-unknown-unknown
rustup toolchain install stable --profile minimal --component rustfmt
rustup default stable
rustup target add wasm32-unknown-unknown

0 comments on commit b2d9e50

Please sign in to comment.