diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d12238..fd81698 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,10 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Install Xcode Command Line Tools + run: | + xcode-select --install || true + xcodebuild -license accept - name: Install dependencies run: | brew install glfw tree