Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: DeeDeeG <[email protected]>
  • Loading branch information
confused-Techie and DeeDeeG authored Sep 26, 2023
1 parent 8096c19 commit 2d414ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Manual Installation Steps (macOS)
if: ${{ runner.os == 'macOS' }}
run: |
#sudo rm -rf /Libary/Developer/CommandLineTools
sudo rm -rf /Libary/Developer/CommandLineTools
#echo A | softwareupdate --install-rosetta
#arch -x86_64 xcode-select --install
arch -x86_64 xcode-select --install
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
export PATH="/usr/local/opt/node@16/bin:/usr/local/bin:$PATH"
arch -x86_64 brew install node@16 yarn git python@$PYTHON_VERSION
Expand Down

0 comments on commit 2d414ed

Please sign in to comment.