Skip to content

Commit

Permalink
Update nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
jxors committed Jan 24, 2025
1 parent 6aededf commit 251a8e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 251a8e1

Please sign in to comment.