|
32 | 32 | - name: Reset USB Connection |
33 | 33 | run: sudo usbreset STLINK-V3 # Product name for the b_u585i_iot02a, may have to update if we add additional STM boards to the workflow |
34 | 34 |
|
35 | | - setup-container: |
36 | | - name: Setup Zephyr Container |
37 | | - runs-on: zephyr-xlarge-runner |
38 | | - container: |
39 | | - image: ghcr.io/${{ github.repository }}/devcontainer-zephyr:${{ inputs.devcontainer-tag }} |
40 | | - volumes: |
41 | | - - /dev/bus/usb:/dev/bus/usb |
42 | | - options: --user root --privileged --device=/dev/ttyACM0 |
43 | | - |
44 | | - steps: |
45 | | - - name: Reset USB Connection |
46 | | - run: usbreset STLINK-V3 # Product name for the b_u585i_iot02a, may have to update if we add additional STM boards to the workflow |
47 | | - |
48 | 35 | build-wasm-files: |
49 | 36 | name: Build .wasm Files |
50 | 37 | needs: setup-local-runner |
@@ -137,7 +124,7 @@ jobs: |
137 | 124 | - /usr/local/STMicroelectronics/:/usr/local/STMicroelectronics/ |
138 | 125 | - /github/home/STMicroelectronics/:/github/home/STMicroelectronics/ |
139 | 126 | - /dev/bus/usb:/dev/bus/usb |
140 | | - options: --user root --privileged --device=/dev/ttyACM0 |
| 127 | + options: --user root --device=/dev/ttyACM0 |
141 | 128 |
|
142 | 129 | steps: |
143 | 130 | - name: Clean workspace |
@@ -198,7 +185,7 @@ jobs: |
198 | 185 | - /usr/local/STMicroelectronics/:/usr/local/STMicroelectronics/ |
199 | 186 | - /github/home/STMicroelectronics/:/github/home/STMicroelectronics/ |
200 | 187 | - /dev/bus/usb:/dev/bus/usb |
201 | | - options: --user root --privileged --device=/dev/ttyACM0 |
| 188 | + options: --user root --device=/dev/ttyACM0 |
202 | 189 |
|
203 | 190 | steps: |
204 | 191 | - name: Clean workspace |
@@ -259,7 +246,7 @@ jobs: |
259 | 246 | - /usr/local/STMicroelectronics/:/usr/local/STMicroelectronics/ |
260 | 247 | - /github/home/STMicroelectronics/:/github/home/STMicroelectronics/ |
261 | 248 | - /dev/bus/usb:/dev/bus/usb |
262 | | - options: --user root --privileged --device=/dev/ttyACM0 |
| 249 | + options: --user root --device=/dev/ttyACM0 |
263 | 250 |
|
264 | 251 | steps: |
265 | 252 | - name: Clean workspace |
|
0 commit comments