Skip to content

Commit

Permalink
👷 Add ring to cli crates on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 22, 2024
1 parent 1596186 commit db2f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash
run: |
if [ "${{ matrix.build.OS }}" = "windows-2022" ]; then
cargo add ring
cargo add --package cli ring
fi
- name: Build the Rust binary
Expand Down

0 comments on commit db2f195

Please sign in to comment.