Skip to content

Commit

Permalink
Update buildkern.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AFellowSpeedrunner authored Jul 11, 2024
1 parent 599ce84 commit 491184b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildkern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install nightly toolchain
run: rustup toolchain install nightly
- name: Run rustup command
run: rustup toolchain install nightly && rustup default nightly && cd LUM && rustup target add x86_64-unknown-none
- name: Install bootimage
run: cargo install bootimage
- name: Add target
run: cd LUM && rustup target add x86_64-unknown-none
- name: Build LUM
run: cd LUM && cargo bootimage

0 comments on commit 491184b

Please sign in to comment.