File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 37
37
uses : actions/setup-node@v4
38
38
with :
39
39
node-version : 20
40
- - name : Set up Python for appdmg to be installed
41
- if : ${{ matrix.os.name == 'macos' }}
42
- run : brew install python-setuptools
40
+ - name : Run the build
41
+ uses : ./.github/actions/build
42
+ with :
43
+ os : ${{ matrix.os.name }}
43
44
- name : Install dependencies
44
45
run : npm ci
45
46
- name : Update build info
Original file line number Diff line number Diff line change 34
34
uses : actions/setup-node@v4
35
35
with :
36
36
node-version : 20
37
- - name : Set up Python for appdmg to be installed
38
- if : ${{ matrix.os.name == 'macos' }}
39
- run : brew install python-setuptools
37
+ - name : Run the build
38
+ uses : ./.github/actions/build
39
+ with :
40
+ os : ${{ matrix.os.name }}
40
41
- name : Install dependencies
41
42
run : npm ci
42
43
- name : Update build info
Original file line number Diff line number Diff line change 34
34
uses : actions/setup-node@v4
35
35
with :
36
36
node-version : 20
37
- - name : Set up Python for appdmg to be installed
38
- if : ${{ matrix.os.name == 'macos' }}
39
- run : brew install python-setuptools
37
+ - name : Run the build
38
+ uses : ./.github/actions/build
39
+ with :
40
+ os : ${{ matrix.os.name }}
40
41
- name : Install dependencies
41
42
run : npm ci
42
43
- name : Update build info
You can’t perform that action at this time.
0 commit comments