Skip to content

Commit

Permalink
ci: use cargo binstall to install diesel-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzSchueler committed Jun 7, 2024
1 parent d16ae6e commit 969597e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install libpq-dev postgresql-client-common postgresql
- name: install cargo binstall
uses: cargo-bins/cargo-binstall@main
- name: install diesel_cli
run: cargo install diesel_cli --no-default-features --features postgres
run: cargo binstall diesel_cli --no-confirm # --no-default-features --features postgres
- name: setup database
working-directory: sport-log-types
run: |
Expand Down

0 comments on commit 969597e

Please sign in to comment.