Skip to content

Commit

Permalink
refactor(ci/lint): remove redundant already installed check
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Dec 29, 2024
1 parent f5e4fb2 commit def6b68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def6b68

Please sign in to comment.