change rust version
Some checks failed
Build ISO / Build ISO (nightly-2025-04-27) (push) Failing after 56s
Some checks failed
Build ISO / Build ISO (nightly-2025-04-27) (push) Failing after 56s
This commit is contained in:
@ -4,17 +4,20 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-iso:
|
build-iso:
|
||||||
name: Build ISO (nightly)
|
name: Build ISO (nightly-2025-04-27)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Rust (nightly)
|
- name: Setup Rust (1.88.0-nightly 2025-04-27)
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly-2025-04-27
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: Verify rustc version
|
||||||
|
run: rustc -V
|
||||||
|
|
||||||
- name: cargo check (nel_os_bootloader)
|
- name: cargo check (nel_os_bootloader)
|
||||||
working-directory: nel_os_bootloader
|
working-directory: nel_os_bootloader
|
||||||
run: cargo check
|
run: cargo check
|
||||||
|
Reference in New Issue
Block a user