diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9a23f64..b988905 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,15 +61,11 @@ jobs: key: sqlx-${{ env.SQLX_VERSION }} - name: Install sqlx-cli run: | - [[ $(cargo install --list | grep zizmor) ]] && { - echo "sqlx-cli already installed. skipping ..." - } || { cargo install sqlx-cli \ --version="${SQLX_VERSION}" \ --features "${SQLX_FEATURES}" \ --no-default-features \ --locked - } - name: Install mariadb-client and mold run: sudo apt update && sudo apt install mariadb-client mold -y - name: Migrate database