Skip to content

Commit

Permalink
chore: another try with openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 8, 2023
1 parent d95ef6c commit 72688b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
install: sudo apt install clang llvm pkg-config nettle-dev
- os: windows-latest
# args: --features crypto-cng --no-default-features
args: --features crypto-botan --no-default-features
args: --features vendored,crypto-openssl --no-default-features

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
os: windows-2022
exe: ".exe"
#args: --features crypto-cng --no-default-features
args: --features crypto-botan --no-default-features
args: --features vendored,crypto-openssl --no-default-features

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 72688b2

Please sign in to comment.