Skip to content

Commit 60ca104

Browse files
authored
preliminarily update the apt cache (#32)
1 parent 264ea76 commit 60ca104

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ runs:
2525
- name: Install python pip
2626
run: python3 -m pip install --upgrade pip
2727
shell: bash
28+
- name: Update APT cache
29+
run: sudo apt-get update
30+
shell: bash
2831
- name: Erase MySQL package
29-
run: sudo apt-get purge mysql-* || true
32+
run: sudo apt-get purge -y mysql-* || true
3033
shell: bash
3134
# This is to avoid RabbitMQ to fail at startup because a wrong version of erlang was installed
3235
- name: Workaround for RabbitMQ

0 commit comments

Comments
 (0)