We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184dafe commit bc05a82Copy full SHA for bc05a82
.github/workflows/build.yml
@@ -40,7 +40,6 @@ jobs:
40
nix build .#${{ matrix.target }}
41
cp -rL result/ fina-${{ matrix.target }}
42
tar -cvzf fina-${{ matrix.target }}.tar.gz fina-${{ matrix.target }}
43
- rm -rf fina-${{ matrix.target }}
44
45
- name: Upload Artifacts
46
uses: actions/upload-artifact@v4
flake.nix
@@ -90,7 +90,7 @@
90
python3
91
gdb
92
git
93
- qemu
+ qemu-user
94
clang-tools
95
];
96
0 commit comments