mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
The folder seems to be there, let's see what's inside
I guess this is a problem with aqtinstall, I need to gather information if I want to open an issue
This commit is contained in:
parent
35089493c7
commit
b8dbf4dd4d
@ -18,7 +18,7 @@ jobs:
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
python -m aqt install -O c:\Qt ${{ parameters.qt_version }} windows desktop ${{ parameters.qt_aqt_spec }}
|
||||
dir C:\Qt\Qt${{ parameters.qt_version }}\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\mkspecs
|
||||
dir C:\Qt\Qt${{ parameters.qt_version }}\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\mkspecs\win32-msvc
|
||||
choco install -y wget
|
||||
choco install innosetup
|
||||
wget "https://sourceforge.net/projects/sevenzip/files/7-Zip/18.05/7z1805-src.7z" -P $(Build.SourcesDirectory)\compressed_archive
|
||||
|
Loading…
Reference in New Issue
Block a user