Skip to content

Commit

Permalink
Update Build and Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yodaluca23 authored Jun 19, 2024
1 parent 1d9f5cb commit 99572a2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ on:

jobs:
setup:
name: Setup
runs-on: macos-latest
steps:
- name: Install Xcode and CLI tools
uses: actions/setup-xcode@v2
- name: Check and Install Xcode CLI tools
run: |
if ! xcode-select -p >/dev/null 2>&1; then
sudo xcode-select --install
else
echo "Xcode CLI tools are already installed"
fi
prepare:
name: Prepare Environment
Expand Down

0 comments on commit 99572a2

Please sign in to comment.