Skip to content

Commit

Permalink
Install diesel-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 11, 2024
1 parent 11b53ac commit e254cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
toolchain: stable
targets: x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu
- run: cargo install --target aarch64-unknown-linux-gnu diesel --no-default-features --features "postgres, sqlite"
- run: cargo install --target aarch64-unknown-linux-gnu diesel_cli --no-default-features --features "postgres, sqlite"

# build:
# strategy:
Expand Down

0 comments on commit e254cd7

Please sign in to comment.