Skip to content

Commit

Permalink
Merge branch 'fix-win-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Nov 26, 2023
2 parents 7baac76 + feea85a commit 2d49be8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,14 @@ jobs:
pacman -Scc
pacman -Sc
- name: Patch qt5
shell: msys2 {0}
run: |
curl -sL --retry 10 --retry-delay 60 -O https://github.com/akiyosi/github-actions-playground/releases/download/qt-5.15.8/qt-5.15.8.zip
unzip qt-5.15.8.zip
cp -fpR qt5/* /mingw64/qt5-static/
rm -fr qt5
rm qt-5.15.8.zip
# - name: Patch qt5
# shell: msys2 {0}
# run: |
# curl -sL --retry 10 --retry-delay 60 -O https://github.com/akiyosi/github-actions-playground/releases/download/qt-5.15.8/qt-5.15.8.zip
# unzip qt-5.15.8.zip
# cp -fpR qt5/* /mingw64/qt5-static/
# rm -fr qt5
# rm qt-5.15.8.zip

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2d49be8

Please sign in to comment.