Skip to content

Commit

Permalink
fix(ci): Change dtolnay/rust-toolchaint to stable
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Aug 24, 2023
1 parent edab63b commit d9607b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install stable toolchain
id: toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable

- run: rustup override set ${{steps.toolchain.outputs.name}}

Expand All @@ -41,7 +41,7 @@ jobs:

- name: Install stable toolchain
id: toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable

- run: rustup override set ${{steps.toolchain.outputs.name}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install stable toolchain
id: toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable

- run: rustup override set ${{steps.toolchain.outputs.name}}
- run: rustup component add rustfmt
Expand Down

0 comments on commit d9607b4

Please sign in to comment.