Skip to content

Commit

Permalink
Bump to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrozner committed May 20, 2024
1 parent 58ab0da commit 6f7eac0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
branches: [ main ]
env:
QT_VERSION: 6.6.2
QT_VERSION: 6.7.0
jobs:
# This is a super hacky way to get this into a place that can actually be
# used by downstream jobs because YAML values don't allow shell
Expand Down Expand Up @@ -153,8 +153,7 @@ jobs:
-e src/ashirt \
-d ../deploy/ashirt.desktop \
-i ../deploy/hicolor/128x128/apps/ashirt.png \
--plugin=qt \
--exclude-library=libqsqlmimer.so
--plugin=qt
elif [[ "$RUNNER_OS" == "macOS" && "${{ env.signMacRelease }}" == "true" ]]; then
brew tap mitchellh/gon
brew install mitchellh/gon/gon jq
Expand Down

0 comments on commit 6f7eac0

Please sign in to comment.