diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f659e825721..68b67a0046b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly target: "x86_64-unknown-linux-musl" override: true - uses: Swatinem/rust-cache@v1 @@ -51,7 +51,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly target: "x86_64-pc-windows-gnu" override: true - uses: Swatinem/rust-cache@v1 @@ -81,7 +81,7 @@ jobs: - run: | export HOME=/root rustup update - rustup default nightly-2021-12-03 + rustup default nightly rustup target add x86_64-apple-darwin cargo update rm -rf massa/* diff --git a/.github/workflows/ci-light.yml b/.github/workflows/ci-light.yml index 1a40480e504..89a5b226ab2 100644 --- a/.github/workflows/ci-light.yml +++ b/.github/workflows/ci-light.yml @@ -21,7 +21,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly components: rustfmt override: true - uses: Swatinem/rust-cache@v1 @@ -41,7 +41,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly override: true - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 @@ -60,7 +60,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly components: clippy override: true - uses: Swatinem/rust-cache@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e03364996..db72e4a47a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly components: rustfmt override: true - uses: Swatinem/rust-cache@v1 @@ -41,7 +41,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly override: true - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 @@ -59,7 +59,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly override: true - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 @@ -78,7 +78,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly override: true - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 @@ -98,7 +98,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly components: clippy override: true - uses: Swatinem/rust-cache@v1 @@ -126,7 +126,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly override: true - uses: Swatinem/rust-cache@v1 - uses: actions-rs/cargo@v1 @@ -151,7 +151,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly override: true - uses: actions-rs/cargo@v1 with: @@ -184,7 +184,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-03 + toolchain: nightly components: rustfmt override: true - uses: actions-rs/cargo@v1