From e254cd70e0a45a18e6f752ac441daf0a723bd103 Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Thu, 11 Apr 2024 12:29:08 +0200 Subject: [PATCH] Install diesel-cli --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a25ca4c..5f80d3b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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: