Skip to content

Commit

Permalink
chore(ci): enable default features for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 2, 2024
1 parent df57336 commit 18f4923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --no-default-features --release --locked --target ${{ matrix.build.TARGET }}
args: --release --locked --target ${{ matrix.build.TARGET }} # --no-default-features
- name: Prepare release assets
shell: bash
run: |
Expand Down

0 comments on commit 18f4923

Please sign in to comment.