diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c2c74f264e4..d2a47ee7f85 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -397,7 +397,7 @@ jobs: for FLAVOR in ${FLAVORS}; do echo "::group::{TYPE=$TYPE FLAVOR=$FLAVOR}" docker run otp \ - "if [ ${TYPE} = \"valgrind\" ]; then apt install -y valgrind; fi && \ + "if [ ${TYPE} = \"valgrind\" ]; then sudo apt-get install -y valgrind; fi && \ make TYPE=$TYPE FLAVOR=$FLAVOR && \ cerl -$TYPE -emu_flavor $FLAVOR -noshell -s init stop" echo "::endgroup::"