Skip to content

Commit

Permalink
Update diesel build
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jan 17, 2025
1 parent 0164a15 commit 98d75f8
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 @@ -28,7 +28,7 @@ jobs:
run: |
cargo clone diesel_cli
cd diesel_cli
cross build --release --target ${{ matrix.rust_arch }} --no-default-features --features "postgres-bundled, mysql-bundled, sqlite-bundled"
cross build --release --target ${{ matrix.rust_arch }} --no-default-features --features "postgres-bundled, sqlite-bundled"
mv target/${{ matrix.rust_arch }}/release/diesel target/diesel.${{ matrix.docker_arch }}
- name: Upload artifacts
Expand Down

0 comments on commit 98d75f8

Please sign in to comment.