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 4b1dd66 commit b6cc3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: run commands
run: |
sudo chmod +x linux-build-artifacts/linux
sudo ./linux-build-artifacts/linux root=/dev/root rootflags=debootstrap rootfstype=hostfs || true
sudo ./linux-build-artifacts/linux root=/dev/root rootflags="$(pwd)"/debootstrap rootfstype=hostfs || true
- name: test
run: echo "test"

0 comments on commit b6cc3b6

Please sign in to comment.