We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4c598 commit efd4f71Copy full SHA for efd4f71
.github/workflows/ci.yaml
@@ -71,9 +71,9 @@ jobs:
71
matrix.os == 'macos-latest' &&
72
(contains(github.ref, 'tags/v') || github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release'))
73
run: |
74
- brew install qt
75
- export PATH="/usr/local/opt/qt/bin:$PATH"
76
- brew link -f qt
+ brew install qt@5
+ export PATH="/usr/local/opt/qt@5/bin:$PATH"
+ brew link -f qt@5
77
qmake -config release
78
make
79
macdeployqt ashirt.app -dmg -always-overwrite -sign-for-notarization="John Kennedy"
0 commit comments