Skip to content

Commit

Permalink
Currently install rustup doesn't support this so workaround it using …
Browse files Browse the repository at this point in the history
…rustup show
  • Loading branch information
t3chguy committed Dec 20, 2024
1 parent c2e869b commit 3dd4830
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install rust
run: |
rustup set profile minimal
rustup toolchain install
rustup show # installs from rust-toolchain.toml
- name: Install targets
run: make targets-ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install rust
run: |
rustup set profile minimal
rustup toolchain install
rustup show # installs from rust-toolchain.toml
- name: Install targets
run: make targets-ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install rust
run: |
rustup set profile minimal
rustup toolchain install
rustup show # installs from rust-toolchain.toml
- name: Set Component
run: rustup component add rustfmt clippy
- name: Format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install rust
run: |
rustup set profile minimal
rustup toolchain install
rustup show # installs from rust-toolchain.toml
- name: Install `wasm-pack`
run: cargo install wasm-pack
- name: Test the `wysiwyg` crate
Expand Down

0 comments on commit 3dd4830

Please sign in to comment.