Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed May 21, 2024
1 parent 518b998 commit a01d595
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
# x64_suffix:
- qt_arch: win64_mingw
qt_ver: 5.15.2
qt_tools: "tools_mingw90"
qt_tools_mingw_install: mingw1120_64
qt_tools: "tools_mingw81"
qt_tools_mingw_install: mingw810_64
mingw_arch: mingw64
msys_arch: x86_64
x64_suffix: -x64
Expand Down Expand Up @@ -379,19 +379,19 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==2.1.*'
aqtversion: '==2.1.*'
version: ${{ matrix.qt_ver }}
host: 'mac'
target: 'desktop'
arch: ${{ matrix.qt_arch }}
modules: 'qtwebengine'
- name: Install libaria2
run: |
ls /usr/
ls /usr/local/
wget "https://github.com/kaniol-lck/aria2/releases/download/libaria2-release-1.36.0/libaria2-clang-macos-10.15.zip"
unzip *.zip
sudo cp -r lib/* /usr/lib/
sudo cp -r include/ /usr/include
sudo cp -r lib/ /usr/local/lib/
sudo cp -r include/ /usr/local/include
rm -rf lib/ include/ *.zip
- name: Install dependencies
run: |
Expand Down

0 comments on commit a01d595

Please sign in to comment.