Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 21, 2025
1 parent ba5717b commit 5ba3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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::"
Expand Down

0 comments on commit 5ba3184

Please sign in to comment.