From f2a77c47a4ef820524745303d3b3f63944aca1da Mon Sep 17 00:00:00 2001 From: sajjad isvand Date: Fri, 14 Jun 2024 22:18:46 +0330 Subject: [PATCH] chore: Reset xcode-select in release.yml workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3064945..ecc20cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Install Build Tools run: | brew install libtool automake autoconf - sudo xcode-select --install + sudo xcode-select --reset - name: Update node-gyp run: npm install -g node-gyp