From 31c5e780c5bd00a6a25ea9f34aa393144fe3e4ce Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Sun, 23 Jun 2024 13:49:51 +0530 Subject: [PATCH] ci: update package index before install --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6e57b5..7410a5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |