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 c61f68c commit 8cc18f5Copy full SHA for 8cc18f5
action.yaml
@@ -19,6 +19,9 @@ 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