Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 8, 2024
1 parent 9e3e3b2 commit 383f237
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,10 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==2.1.*'
version: ${{ matrix.qt_ver }}
host: 'mac'
target: 'desktop'
arch: ${{ matrix.qt_arch }}
modules: 'qtwebengine'
- name: Install libaria2
run: |
wget "https://github.com/kaniol-lck/aria2/releases/download/release-1.36.0/libaria2-clang-macos-10.15.zip"
Expand Down Expand Up @@ -309,8 +307,6 @@ jobs:
gsed -i "s/$RAW_VERSION/$VERSION/" src/version.h
- name: build macos
run: |
xcode-select -print-path
sudo xcode-select --switch /Applications/Xcode.app
qmake
make
- name: package
Expand Down

0 comments on commit 383f237

Please sign in to comment.