Skip to content

Commit

Permalink
Fix Windows build feature
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Aug 4, 2024
1 parent 63d964f commit 0492632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 200,7 @@ jobs:
with:
use-cross: false
command: build
args: --release --target ${{ matrix.target }} --features bundled_sqlite
args: --release --target ${{ matrix.target }} --features bundled-sqlite

- name: Package
shell: bash
Expand Down

0 comments on commit 0492632

Please sign in to comment.