Skip to content

Commit

Permalink
build: load build-tools & xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Feb 5, 2024
1 parent add4d5c commit b96cf0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,17 @@ jobs:
with:
detached: true
limit-access-to-actor: true
- name: Load Build Tools
run: |
npm i -g @electron/build-tools
e init --root=$PWD testing
- name: Install Dependencies
run: |
cd src/electron
node script/yarn install
- name: Load Xcode
run: |
e load-xcode
- name: Get Depot Tools
run: |
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
Expand Down

0 comments on commit b96cf0a

Please sign in to comment.