File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
strategy :
14
+ fail-fast : false
14
15
matrix :
15
16
os : [ubuntu-latest, windows-latest, macos-latest]
16
17
runs-on : ${{ matrix.os }}
24
25
with :
25
26
node-version : ' 20'
26
27
27
- - uses : actions/setup-python@v5
28
- with :
29
- python-version : ' 3.10'
30
- - name : Install Python setup tools
31
- run : |
32
- pip install setuptools
33
-
34
28
- name : Install dependencies
35
29
run : npm install
36
30
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
strategy :
14
+ fail-fast : false
14
15
matrix :
15
16
os : [ubuntu-latest, windows-latest, macos-latest]
16
17
runs-on : ${{ matrix.os }}
17
- name : " Build - ${{ matrix.os }}"
18
+ name : " Release - ${{ matrix.os }}"
18
19
19
20
steps :
20
21
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments