Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Vue with yarn
run: yarn build
- name: Install MySQL Client
run: sudo apt install default-libmysqlclient-dev
run: sudo apt update && sudo apt install default-libmysqlclient-dev
- name: Install AWSCLI and AWSEBCLI
run: |
python -m pip install --upgrade pip
Expand Down