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 4, 2023
1 parent a8c98cd commit d266b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# mkfs -t ext4 -F umlfs
mkdir debootstrap
# sudo mount -o loop,rw umlfs debootstrap
sudo debootstrap --variant=minbase bookworm debootstrap/
sudo debootstrap --variant=minbase --include=kmod bookworm debootstrap/
sudo cp -rp linux-build-artifacts/lib/* debootstrap/lib
ls debootstrap/lib
sudo cp zeta/init debootstrap/sbin/init
Expand All @@ -37,6 +37,7 @@ jobs:
- name: run commands
run: |
sudo chmod +x linux-build-artifacts/linux
sudo chmod +x debootstrap/sbin/init
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: command
Expand Down

0 comments on commit d266b7e

Please sign in to comment.