Skip to content

Commit e5dbe33

Browse files
committed
add back /dev
1 parent 206bd30 commit e5dbe33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- run: sudo tar -C rootfs -xf rootfs.tgz
3636
- run: sudo mkdir rootfs/src
3737
- run: sudo mount -o bind . rootfs/src
38+
- run: sudo mount -t devtmpfs devtmpfs rootfs/dev/
3839
- run: sudo cp $(which qemu-${{ matrix.arch }}-static) rootfs/
3940
- run: printf 'nameserver 1.1.1.1\n' | sudo tee rootfs/etc/resolv.conf
4041
- run: sudo chroot rootfs /qemu-${{ matrix.arch }}-static /bin/sh /src/static.sh

0 commit comments

Comments
 (0)