Skip to content

Commit

Permalink
Add stable toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Nov 6, 2023
1 parent 80fe0e7 commit d252e45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deepwell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ftml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/locales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit d252e45

Please sign in to comment.