Skip to content

Commit eee3b68

Browse files
committed
add sudo
1 parent 41d31f6 commit eee3b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
--platform linux/arm/v7 \
173173
-v `pwd`:/rdk \
174174
ghcr.io/viamrobotics/rdk-devenv:armhf-cache \
175-
sudo -Hu testbot bash -lc 'apt update && apt install -y python3.11-venv && cd /rdk && go test -v -tags=no_tflite ./...'
175+
sudo -Hu testbot bash -lc 'sudo apt update && sudo apt install -y python3.11-venv && cd /rdk && go test -v -tags=no_tflite ./...'
176176
177177
# test_pi:
178178
# name: Test Raspberry Pi Code

0 commit comments

Comments
 (0)