Skip to content

Commit

Permalink
ci: update package index before install
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Jun 23, 2024
1 parent c4d1085 commit 31c5e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
${{ runner.os }}-yarn-
- name: Install MariaDB Client
run: sudo apt-get install mariadb-client-10.6
run: |
sudo apt update
sudo apt-get install mariadb-client-10.6
- name: Setup
run: |
Expand Down

0 comments on commit 31c5e78

Please sign in to comment.