Skip to content

Commit

Permalink
feat: use stable rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed May 22, 2022
1 parent 04f7967 commit 1af9289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: default
toolchain: stable

- uses: Swatinem/rust-cache@v1 # use /rust/cargo caching

Expand All @@ -70,7 +70,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: default
toolchain: stable

- uses: Swatinem/rust-cache@v1 # use /rust/cargo caching

Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: default
toolchain: stable

- uses: Swatinem/rust-cache@v1 # use /rust/cargo caching

Expand All @@ -109,7 +109,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: default
toolchain: stable

- name: Prepare build environment
run: |
Expand Down

0 comments on commit 1af9289

Please sign in to comment.