Skip to content

Commit

Permalink
Merge pull request #1219 from KomodoPlatform/ifw-mirror-remove
Browse files Browse the repository at this point in the history
(ci)removed ifw mirror
  • Loading branch information
tonymorony authored Aug 27, 2021
2 parents bb87a69 + 9ff94dd commit 560340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ jobs:
- name: Install QT IFW (MacOS)
if: runner.os == 'macOS'
run: |
python3 -m aqt tool mac tools_ifw 4.1.1-202105261132 qt.tools.ifw.41 -b http://mirrors.ocf.berkeley.edu/qt --outputdir ${{ github.workspace }}/Qt
python3 -m aqt tool mac tools_ifw 4.1.1-202105261132 qt.tools.ifw.41 --outputdir ${{ github.workspace }}/Qt
echo "${{ github.workspace }}/Qt/Tools/QtInstallerFramework/4.0/bin" >> $GITHUB_PATH
- name: Install QT (Windows)
@@ -117,7 +117,7 @@ jobs:
if: runner.os == 'Windows'
run: |
python -m pip install --upgrade pip
python -m aqt tool windows tools_ifw 4.1.1-202105261131 qt.tools.ifw.41 -b http://mirrors.ocf.berkeley.edu/qt --outputdir C:/Qt
python -m aqt tool windows tools_ifw 4.1.1-202105261131 qt.tools.ifw.41 --outputdir C:/Qt
echo "C:/Qt/Tools/QtInstallerFramework/4.0/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo $env:GITHUB_PATH
echo $env:PATH

0 comments on commit 560340f

Please sign in to comment.