Skip to content

Commit

Permalink
ci: use latest stable Rust toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs authored and brooksmtownsend committed May 2, 2023
1 parent a29c883 commit d5351db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/host_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v3

# Install Rust
- run: rustup toolchain install stable --profile minimal

# Install erlang/OTP and elixir
- name: Install erlang and elixir
if: ${{ startswith(matrix.os, 'ubuntu') || startswith(matrix.os, 'windows') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v3

# Install Rust
- uses: dtolnay/rust-toolchain@stable
- run: rustup toolchain install stable --profile minimal

# Install erlang/OTP and elixir
- name: Install erlang and elixir
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wasmcloud_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
steps:
- uses: actions/checkout@v3

# Install Rust
- run: rustup toolchain install stable --profile minimal

# Install erlang/OTP and elixir
- name: Install erlang and elixir
if: ${{ startswith(matrix.os, 'ubuntu') || startswith(matrix.os, 'windows') }}
Expand Down

0 comments on commit d5351db

Please sign in to comment.