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 8cc18f5 commit 9a9ac66Copy full SHA for 9a9ac66
action.yaml
@@ -19,9 +19,6 @@ runs:
19
- name: Install python pip
20
run: python -m pip install --upgrade pip
21
shell: bash
22
- - name: Upgrade setuptools
23
- run: sudo pip install setuptools --upgrade
24
- shell: bash
25
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#mysql
26
- name: Start MySQL
27
run: sudo systemctl start mysql.service
0 commit comments