Skip to content

Commit

Permalink
List binaries in bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Sep 4, 2023
1 parent e85493d commit 5a6a8fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/qt_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
# - name: Install Qt
# uses: jurplel/install-qt-action@v3
- name: Install Qt
run: brew install qt@5
run: |
brew install qt@5
ls -l /opt/homebrew/opt/qt@5/bin
- name: Export variables
run: echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> ~/.zshrc
- name: Run QMake
Expand Down

0 comments on commit 5a6a8fa

Please sign in to comment.