Skip to content

Commit fe9e97a

Browse files
authored
Merge pull request #2141 from massalabs/fix/quick_fix_rustc_version
Temporary set a version of rust
2 parents 992573d + bd9034b commit fe9e97a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: nightly
24+
toolchain: nightly-2021-12-03
2525
target: "x86_64-unknown-linux-musl"
2626
override: true
2727
- uses: Swatinem/rust-cache@v1
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions-rs/toolchain@v1
5252
with:
5353
profile: minimal
54-
toolchain: nightly
54+
toolchain: nightly-2021-12-03
5555
target: "x86_64-pc-windows-gnu"
5656
override: true
5757
- uses: Swatinem/rust-cache@v1
@@ -81,7 +81,7 @@ jobs:
8181
- run: |
8282
export HOME=/root
8383
rustup update
84-
rustup default nightly
84+
rustup default nightly-2021-12-03
8585
rustup target add x86_64-apple-darwin
8686
cargo update
8787
rm -rf massa/*

.github/workflows/ci-light.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: nightly
24+
toolchain: nightly-2021-12-03
2525
components: rustfmt
2626
override: true
2727
- uses: Swatinem/rust-cache@v1
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions-rs/toolchain@v1
4242
with:
4343
profile: minimal
44-
toolchain: nightly
44+
toolchain: nightly-2021-12-03
4545
override: true
4646
- uses: Swatinem/rust-cache@v1
4747
- uses: actions-rs/cargo@v1
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions-rs/toolchain@v1
6161
with:
6262
profile: minimal
63-
toolchain: nightly
63+
toolchain: nightly-2021-12-03
6464
components: clippy
6565
override: true
6666
- uses: Swatinem/rust-cache@v1

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: nightly
24+
toolchain: nightly-2021-12-03
2525
components: rustfmt
2626
override: true
2727
- uses: Swatinem/rust-cache@v1
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions-rs/toolchain@v1
4242
with:
4343
profile: minimal
44-
toolchain: nightly
44+
toolchain: nightly-2021-12-03
4545
override: true
4646
- uses: Swatinem/rust-cache@v1
4747
- uses: actions-rs/cargo@v1
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions-rs/toolchain@v1
6060
with:
6161
profile: minimal
62-
toolchain: nightly
62+
toolchain: nightly-2021-12-03
6363
override: true
6464
- uses: Swatinem/rust-cache@v1
6565
- uses: actions-rs/cargo@v1
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions-rs/toolchain@v1
7979
with:
8080
profile: minimal
81-
toolchain: nightly
81+
toolchain: nightly-2021-12-03
8282
override: true
8383
- uses: Swatinem/rust-cache@v1
8484
- uses: actions-rs/cargo@v1
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions-rs/toolchain@v1
9999
with:
100100
profile: minimal
101-
toolchain: nightly
101+
toolchain: nightly-2021-12-03
102102
components: clippy
103103
override: true
104104
- uses: Swatinem/rust-cache@v1
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions-rs/toolchain@v1
127127
with:
128128
profile: minimal
129-
toolchain: nightly
129+
toolchain: nightly-2021-12-03
130130
override: true
131131
- uses: Swatinem/rust-cache@v1
132132
- uses: actions-rs/cargo@v1
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions-rs/toolchain@v1
152152
with:
153153
profile: minimal
154-
toolchain: nightly
154+
toolchain: nightly-2021-12-03
155155
override: true
156156
- uses: actions-rs/cargo@v1
157157
with:
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions-rs/toolchain@v1
185185
with:
186186
profile: minimal
187-
toolchain: nightly
187+
toolchain: nightly-2021-12-03
188188
components: rustfmt
189189
override: true
190190
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)