Skip to content

Commit

Permalink
Do not use bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 12, 2024
1 parent fc857dc commit 8698bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build diesel_cli
run: |
cd diesel_cli
cargo build --target aarch64-unknown-linux-gnu --no-default-features --features "postgres-bundled, sqlite-bundled"
cat Cargo.toml
cargo build --target aarch64-unknown-linux-gnu --no-default-features --features "postgres, sqlite"
# build:
# strategy:
Expand Down

0 comments on commit 8698bdf

Please sign in to comment.