Skip to content

Commit

Permalink
Updated rust.yml to install UEFI target before building
Browse files Browse the repository at this point in the history
  • Loading branch information
gurry authored Feb 20, 2024
1 parent 31cb0c1 commit 211e508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
toolchain: stable
target: x86_64-unknown-uefi
override: true
- name: Install UEFI target
run: rustup target add x86_64-unknown-uefi
- name: Build
run: cargo build --verbose --target x86_64-unknown-uefi

0 comments on commit 211e508

Please sign in to comment.