Skip to content

Commit

Permalink
fix(ci): downgrade openssl to 0.10.66
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 4, 2025
1 parent 73267dc commit d019e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cargo update -p native-tls --precise 0.2.11
cargo update -p string_cache --precise 0.8.7
cargo update -p string_cache_codegen --precise 0.5.2
cargo update -p openssl --precise 0.10.68
cargo update -p openssl --precise 0.10.66
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit d019e38

Please sign in to comment.