mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-08 01:38:34 -05:00
install xcode
This commit is contained in:
parent
07836177dd
commit
fa3812734d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue