Skip to content

Commit

Permalink
Actions: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdennis committed Mar 12, 2021
1 parent 655dff5 commit aca8c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
$version = $matches['content']
wget https://download.qt.io/official_releases/jom/jom.zip -OutFile jom.zip
wget https://github.com/thp/pyotherside/archive/$env:PYOTHERSIDE_VER.zip -OutFile pyotherside-$env:PYOTHERSIDE_VER.zip
wget https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.20.0-win64.zip -OutFile ykpers-1.20.0-win64.zip
wget https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.20.0-win64.zip.sig -OutFile ykpers-1.20.0-win64.zip.sig
wget https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.7z -OutFile libusb-1.0.22.7z
wget https://www.python.org/ftp/python/$version/python-$version-embed-amd64.zip -OutFile python-$version-embed-amd64.zip
shell: powershell

Expand Down Expand Up @@ -90,6 +87,7 @@ jobs:
$py_ver -match "python (?<content>.*)"
$version = $matches['content']
Remove-Item .\ykman-gui\pymodules\bin
patch .\ykman-gui\pymodules\ykman\device.py .github/workflows/ykman-patch.patch
Copy-Item .\ykman-gui\pymodules .\ykman-gui\release -recurse
Get-ChildItem -File -Include *.pyc -Recurse | Remove-Item -Force
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/windows-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
$version = $matches['content']
wget https://download.qt.io/official_releases/jom/jom.zip -OutFile jom.zip
wget https://github.com/thp/pyotherside/archive/$env:PYOTHERSIDE_VER.zip -OutFile pyotherside-$env:PYOTHERSIDE_VER.zip
wget https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.20.0-win32.zip -OutFile ykpers-1.20.0-win32.zip
wget https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.20.0-win32.zip.sig -OutFile ykpers-1.20.0-win32.zip.sig
wget https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.7z -OutFile libusb-1.0.22.7z
wget https://www.python.org/ftp/python/$version/python-$version-embed-win32.zip -OutFile python-$version-embed-win32.zip
shell: powershell

Expand Down Expand Up @@ -95,6 +92,7 @@ jobs:
$py_ver -match "python (?<content>.*)"
$version = $matches['content']
Remove-Item .\ykman-gui\pymodules\bin
patch .\ykman-gui\pymodules\ykman\device.py .github/workflows/ykman-patch.patch
patch .\ykman-gui\pymodules\ykman\hid\windows.py .github/workflows/ykman-win32-patch.patch
Copy-Item .\ykman-gui\pymodules .\ykman-gui\release -recurse
Expand Down

0 comments on commit aca8c95

Please sign in to comment.