Skip to content

Commit

Permalink
Update crypto test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 6, 2023
1 parent cea4c84 commit 621ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crypto-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# make modules_install INSTALL_MOD_PATH=./initramfs ARCH=um
- name: prepare initramfs
run: |
apt-get install busybox-static
sudo apt-get install busybox-static
cp /bin/busybox initramfs/bin/busybox
cp zeta/init initramfs/init
cp zeta/test-script.sh initramfs/test-script.sh

0 comments on commit 621ca0f

Please sign in to comment.