From fa3812734dee9c480dac69f44b016bf8adb169ee Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Tue, 2 Sep 2025 20:42:09 -0400 Subject: [PATCH] install xcode --- .forgejo/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 36cb2a6..e7d83fe 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -26,8 +26,9 @@ jobs: continue-on-error: false steps: - run: | + xcode-select --install /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - brew install nodejs + /opt/homebrew/brew install nodejs - uses: actions/checkout@v4 - name: install nix