Skip to content

Commit 2eb80bd

Browse files
committed
Peer review fixes
1 parent 46bceb3 commit 2eb80bd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/stm32h563-m33mu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
}
4747
trap cleanup EXIT
4848
49-
sudo modprobe tun
5049
sudo ip tuntap add dev tap0 mode tap
5150
sudo ip addr add 192.168.12.1/24 dev tap0
5251
sudo ip link set tap0 up
@@ -115,7 +114,7 @@ jobs:
115114
runs-on: ubuntu-latest
116115
timeout-minutes: 30
117116
container:
118-
image: ghcr.io/danielinux/m33mu-ci:1.5
117+
image: ghcr.io/danielinux/m33mu-ci:1.6
119118
options: --privileged
120119

121120
steps:
@@ -162,7 +161,6 @@ jobs:
162161
}
163162
trap cleanup EXIT
164163
165-
sudo modprobe tun
166164
sudo ip tuntap add dev tap0 mode tap
167165
sudo ip addr add 192.168.12.1/24 dev tap0
168166
sudo ip link set tap0 up

0 commit comments

Comments
 (0)