CI: Install Xcode 14 beta for tagged builds

master
derrod 2022-08-03 00:57:38 +02:00 committed by Rodney
parent 44acdd68b0
commit be68403fa4
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ jobs:
echo "::set-output name=commitHash::$(git rev-parse --short=9 HEAD)"
- name: 'Install Xcode 14 Beta'
if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request' && env.HAVE_CODESIGN_IDENTITY == 'true' && secrets.XCODE_DOWNLOAD_URL != '' }}
run: xcversion install "14 beta 4" --url=${{ secrets.XCODE_DOWNLOAD_URL }}
- name: 'Install dependencies'
env:
RESTORED_VLC: ${{ steps.vlc-cache.outputs.cache-hit }}