Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 3, 2023
1 parent ae75536 commit c538796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
sudo debootstrap --variant=minbase bookworm debootstrap/
sudo cp -rp linux-build-artifacts/lib/* debootstrap/lib
ls debootstrap/lib
cp /zeta/init debootstrap/sbin/init
cp /zeta/test-script.sh debootstrap/test-script.sh
cp zeta/init debootstrap/sbin/init
cp zeta/test-script.sh debootstrap/test-script.sh
sudo umount umlfs
./linux-build-artifacts/linux ubd0=umlfs rw || true
- name: test
Expand Down

0 comments on commit c538796

Please sign in to comment.