Skip to content

Commit

Permalink
Merge pull request #243 from Yubico/actions-swig-ver
Browse files Browse the repository at this point in the history
Actions: fix swig version
  • Loading branch information
fdennis committed Aug 11, 2020
2 parents 262e5eb + eb363ec commit 70ebec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
gpg --no-default-keyring --keyring yubico --verify ykpers-1.20.0-win64.zip.sig ykpers-1.20.0-win64.zip
- name: Install swig
run: choco install swig
run: choco install swig --version=4.0.1

- name: Install jom
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
gpg --no-default-keyring --keyring yubico --verify ykpers-1.20.0-win32.zip.sig ykpers-1.20.0-win32.zip
- name: Install swig
run: choco install swig
run: choco install swig --version=4.0.1

- name: Install jom
run: |
Expand Down

0 comments on commit 70ebec2

Please sign in to comment.