From 251a8e1742badaf2c6538c68ec2475eb2fa2f0bc Mon Sep 17 00:00:00 2001 From: Jos Date: Fri, 24 Jan 2025 15:46:28 +0100 Subject: [PATCH] Update nightly version --- .github/workflows/build.yml | 2 +- .github/workflows/crates.yml | 2 +- .github/workflows/rust.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5881c5c..dda924d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install rust nightly - run: rustup update nightly-2024-09-25 && rustup default nightly-2024-09-25 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools + run: rustup update nightly-2025-01-05 && rustup default nightly-2025-01-05 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools - name: Install cross run: cargo install cross --git https://github.com/cross-rs/cross - name: Build vmimage diff --git a/.github/workflows/crates.yml b/.github/workflows/crates.yml index e41b119..c7494e4 100644 --- a/.github/workflows/crates.yml +++ b/.github/workflows/crates.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install rust nightly - run: rustup update nightly-2024-09-25 && rustup default nightly-2024-09-25 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools + run: rustup update nightly-2025-01-05 && rustup default nightly-2025-01-05 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools - name: Build vmimage run: cargo run -r --bin build-vmimage - name: Package (liblisa) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d37c22d..5d33d2a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install rust nightly - run: rustup update nightly-2024-09-25 && rustup default nightly-2024-09-25 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools + run: rustup update nightly-2025-01-05 && rustup default nightly-2025-01-05 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools - uses: Swatinem/rust-cache@v2 - name: Build vmimage run: cargo run -r --bin build-vmimage @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 - name: Install rust nightly - run: rustup update nightly-2024-09-25 && rustup default nightly-2024-09-25 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools + run: rustup update nightly-2025-01-05 && rustup default nightly-2025-01-05 && rustup component add rustfmt && rustup component add clippy && rustup component add rust-src && rustup component add llvm-tools - uses: Swatinem/rust-cache@v2 - name: Build documentation