We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4416ac commit 17902deCopy full SHA for 17902de
action.yaml
@@ -28,6 +28,10 @@ runs:
28
sudo apt-get purge -y esl-erlang || true
29
sudo apt-get install -y erlang rabbitmq-server || true
30
shell: bash
31
+ - name: Workaround for docker.io
32
+ run: |
33
+ sudo apt-get install -y runc || true
34
+ shell: bash
35
- name: Remove unwanted packages
36
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
37
0 commit comments