From a4bce1375feeddb8db72275d4d4f16898f32c8d5 Mon Sep 17 00:00:00 2001 From: Michal Checinski Date: Mon, 2 Sep 2024 13:12:48 +0200 Subject: [PATCH] Get xcode version --- .github/workflows/build-browser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 4e07c4a2915..3ab3866e57f 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -283,6 +283,9 @@ jobs: --file $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \ --output none + - name: Get xcode version + run: /usr/bin/xcodebuild -version + - name: Set up provisioning profiles run: | AUTOFILL_PROFILE_PATH=$HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile