Skip to content

Commit bc05a82

Browse files
committed
Switch to qemu-user to reduce dependencies
1 parent 184dafe commit bc05a82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
nix build .#${{ matrix.target }}
4141
cp -rL result/ fina-${{ matrix.target }}
4242
tar -cvzf fina-${{ matrix.target }}.tar.gz fina-${{ matrix.target }}
43-
rm -rf fina-${{ matrix.target }}
4443
4544
- name: Upload Artifacts
4645
uses: actions/upload-artifact@v4

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
python3
9191
gdb
9292
git
93-
qemu
93+
qemu-user
9494
clang-tools
9595
];
9696

0 commit comments

Comments
 (0)