Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 74a4d14

Browse files
authored
Merge pull request #44 from codewizardshq/voting-and-design
Update main.yml
2 parents c0a3275 + 506111d commit 74a4d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build Vue with yarn
3131
run: yarn build
3232
- name: Install MySQL Client
33-
run: sudo apt install default-libmysqlclient-dev
33+
run: sudo apt update && sudo apt install default-libmysqlclient-dev
3434
- name: Install AWSCLI and AWSEBCLI
3535
run: |
3636
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)