Merge pull request #3085 from edtubbs/1.14.7-dev-win64-scrypt

ci: Added sse2 scrypt option to Win64 experimental build
This commit is contained in:
Michi Lumin 2022-08-17 14:55:04 -06:00 committed by GitHub
commit c703b55a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ jobs:
check-security: true
check-symbols: false
dep-opts: "AVX2=1 MINGW=1"
config-opts: "--with-intel-avx2 --enable-gui=qt5"
config-opts: "--enable-scrypt-sse2 --with-intel-avx2 --enable-gui=qt5"
goal: install
- name: x86_64-macos
host: x86_64-apple-darwin11