Skip to content

Commit 23991b3

Browse files
Fix GH workflows
1 parent 5ceab31 commit 23991b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646

4747
- name: 'Build Bootloader'
4848
run: cargo xbuild --release
49-
working-directory: src/stage_2
5049

5150
- name: 'Convert Bootloader ELF to Binary'
5251
run: cargo objcopy -- -I elf64-i386 -O binary --binary-architecture=i386:x86-64 target/x86_64-real_mode/release/stage_2 target/x86_64-real_mode/release/image.bin

0 commit comments

Comments
 (0)