Skip to content

Commit

Permalink
fix Mac AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme authored Feb 11, 2024
1 parent 5791afd commit d71b348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ for:
- ps: $env:package_version = ("$(git describe --tags --always --long)").trim()
- ps: Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
- brew install openssl@1.1 qt5 miniupnpc
- brew link qt5 --force
- export PATH=/usr/local/opt/qt5/bin:$PATH

build_script:
Expand Down

0 comments on commit d71b348

Please sign in to comment.