Skip to content

Commit 1af9289

Browse files
committed
feat: use stable rust toolchain
1 parent 04f7967 commit 1af9289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-image.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions-rs/toolchain@v1
5353
with:
5454
profile: minimal
55-
toolchain: default
55+
toolchain: stable
5656

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

@@ -70,7 +70,7 @@ jobs:
7070
uses: actions-rs/toolchain@v1
7171
with:
7272
profile: minimal
73-
toolchain: default
73+
toolchain: stable
7474

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

@@ -88,7 +88,7 @@ jobs:
8888
uses: actions-rs/toolchain@v1
8989
with:
9090
profile: minimal
91-
toolchain: default
91+
toolchain: stable
9292

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

@@ -109,7 +109,7 @@ jobs:
109109
uses: actions-rs/toolchain@v1
110110
with:
111111
profile: default
112-
toolchain: default
112+
toolchain: stable
113113

114114
- name: Prepare build environment
115115
run: |

0 commit comments

Comments
 (0)