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 264ea76 commit 60ca104Copy full SHA for 60ca104
action.yaml
@@ -25,8 +25,11 @@ runs:
25
- name: Install python pip
26
run: python3 -m pip install --upgrade pip
27
shell: bash
28
+ - name: Update APT cache
29
+ run: sudo apt-get update
30
+ shell: bash
31
- name: Erase MySQL package
- run: sudo apt-get purge mysql-* || true
32
+ run: sudo apt-get purge -y mysql-* || true
33
34
# This is to avoid RabbitMQ to fail at startup because a wrong version of erlang was installed
35
- name: Workaround for RabbitMQ
0 commit comments