Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 6, 2023
1 parent 1046e61 commit d924c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crypto-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: prepare initramfs
run: |
sudo apt-get install busybox-static
cp --parents /bin/busybox initramfs/bin/busybox
mkdir initramfs/bin
cp /bin/busybox initramfs/bin/busybox
cp zeta/init initramfs/init
cp zeta/test-script.sh initramfs/test-script.sh

0 comments on commit d924c8e

Please sign in to comment.