From 5564c04964571701d95ff77df02c3be2342b1172 Mon Sep 17 00:00:00 2001 From: Dennis Fokin Date: Fri, 12 Mar 2021 10:05:44 +0100 Subject: [PATCH] Actions: fixup --- .github/workflows/windows-x64.yml | 4 +--- .github/workflows/windows-x86.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index 51e4e541..3c67f904 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -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 @@ -90,6 +87,7 @@ jobs: $py_ver -match "python (?.*)" $version = $matches['content'] + rm .\ykman-gui\pymodules\bin\ykman.exe 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 diff --git a/.github/workflows/windows-x86.yml b/.github/workflows/windows-x86.yml index 69b5ea23..864abc39 100644 --- a/.github/workflows/windows-x86.yml +++ b/.github/workflows/windows-x86.yml @@ -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 @@ -95,6 +92,7 @@ jobs: $py_ver -match "python (?.*)" $version = $matches['content'] + rm .\ykman-gui\pymodules\bin\ykman.exe 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