Skip to content

Commit

Permalink
Another attempt to fix the docker CI (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Mar 22, 2023
1 parent f9f0ed5 commit 7756345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/ci/github-actions-docker-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [ -z "${EXTRA_PACKAGES+x}" ]; then
fi

sudo chmod -R a=u .
# Work around https://github.com/actions/checkout/issues/766
git config --global --add safe.directory "*"
echo '::group::install general dependencies'
sudo apt-get update -y
sudo apt-get install -y python python3 bsdmainutils ${EXTRA_PACKAGES}
Expand Down

0 comments on commit 7756345

Please sign in to comment.