Skip to content

Commit

Permalink
Applied botan3 crypto-backend settings for Windows native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 26, 2023
1 parent d59493c commit 48e102d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
matrix:
arch: [ { name: 'x64', triplet: 'x64-windows' } ]
toolset: [ 'v142', 'ClangCL' ]
backend: [ 'botan', 'openssl' ]
backend: [ 'botan3', 'openssl' ]
shared_libs: [ 'off']
use_cmake_prefix_path: [ 'on', 'off' ]
include:
- arch: { name: 'Win32', triplet: 'x86-windows' }
toolset: 'ClangCL'
backend: 'botan'
backend: 'botan3'
use_cmake_prefix_path: 'on'
shared_libs: 'off'
- arch: { name: 'Win32', triplet: 'x86-windows' }
Expand Down

0 comments on commit 48e102d

Please sign in to comment.