We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958b4cf commit eec9a1eCopy full SHA for eec9a1e
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
path: target/x86_64-unknown-freebsd/debug/framework_tool
36
37
build:
38
- name: Build Linux and UEFI
+ name: Build Linux
39
runs-on: ubuntu-24.04
40
env:
41
CARGO_NET_GIT_FETCH_WITH_CLI: true
@@ -65,6 +65,17 @@ jobs:
65
name: framework_tool
66
path: target/debug/framework_tool
67
68
+ build-uefi:
69
+ name: Build UEFI
70
+ runs-on: ubuntu-24.04
71
+ env:
72
+ CARGO_NET_GIT_FETCH_WITH_CLI: true
73
+ steps:
74
+ - uses: actions/checkout@v4
75
+
76
+ - name: Setup Rust toolchain
77
+ run: rustup show
78
79
- name: Build UEFI application (no ESP)
80
run: make -C framework_uefi build/x86_64-unknown-uefi/boot.efi
81
0 commit comments