Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pkcs11-register defaults on macOS and Windows #3053

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
a
  • Loading branch information
frankmorgner committed Mar 14, 2024
commit e7a0e37c9cf4dc82aeb84cf17cc0cce78a907be8
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ install:
- ps: >-
If (!(Test-Path C:\gengetopt )) {
appveyor DownloadFile "https://ftp.gnu.org/gnu/gengetopt/gengetopt-${env:GENGETOPT_VER}.tar.xz" -FileName gengetopt.tar.xz
7z x gengetopt.tar.xz -oC:\
Rename-Item -path "c:\gengetopt-${env:GENGETOPT_VER}" -newName "gengetopt"
tar xJf gengetopt.tar.xz
Rename-Item -path "gengetopt-${env:GENGETOPT_VER}" -newName "c:\gengetopt"
}
- echo "Using %APPVEYOR_BUILD_WORKER_IMAGE% with %VCVARSALL%"
- call "%VCVARSALL%" %Platform%
Expand Down