Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Jan 23, 2025
1 parent 1b875ff commit b4e9043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ado/Brewfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
brew "xcbeautify"
brew "ccache"
brew "node"
7 changes: 4 additions & 3 deletions .ado/templates/apple-tools-setup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
steps:
- task: UseNode@1
inputs:
versionSpec: '23.x'
# Installed via homebrew because the version of node cached doesn't have the proper ARM64 binaries
# - task: UseNode@1
# inputs:
# versionSpec: '23.x'

- script: |
brew bundle --file .ado/Brewfile
Expand Down

0 comments on commit b4e9043

Please sign in to comment.