Skip to content

Commit efd4f71

Browse files
jkennedyvzJohn Kennedy
andauthored
Adding qt@5 lock to signed builds(#86)
Co-authored-by: John Kennedy <jkennedy@verizonmedia.com>
1 parent 5b4c598 commit efd4f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
matrix.os == 'macos-latest' &&
7272
(contains(github.ref, 'tags/v') || github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release'))
7373
run: |
74-
brew install qt
75-
export PATH="/usr/local/opt/qt/bin:$PATH"
76-
brew link -f qt
74+
brew install qt@5
75+
export PATH="/usr/local/opt/qt@5/bin:$PATH"
76+
brew link -f qt@5
7777
qmake -config release
7878
make
7979
macdeployqt ashirt.app -dmg -always-overwrite -sign-for-notarization="John Kennedy"

0 commit comments

Comments
 (0)