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: |