Skip to content

Commit

Permalink
actions: run docker setup as root
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Feb 28, 2024
1 parent 2a5f0e1 commit a504ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Setup and configure docker
shell: 'script -q -e -c "bash {0}"'
run: |
[[ $EUID -ne 0 ]] && exec sudo /bin/sh "$0" "$@"
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; \
do apt-get remove $pkg; \
done
Expand Down

0 comments on commit a504ae5

Please sign in to comment.