Skip to content

Commit

Permalink
ci: don't install Qt for the iOS build
Browse files Browse the repository at this point in the history
Accidental copypasta.
benma committed Oct 30, 2024
1 parent 20c5385 commit 9e69e82
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
@@ -145,10 +145,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install Qt
run: |
brew install qt@5
echo "/opt/homebrew/opt/qt@5/bin" >> $GITHUB_PATH
- name: Build iOS app
run: |
make gomobileinit

0 comments on commit 9e69e82

Please sign in to comment.