File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- # operating-system: [ubuntu-latest, windows-latest, macOS-latest]
14
- operating-system : [ubuntu-latest]
13
+ operating-system : [ubuntu-latest, windows-latest, macOS-latest]
15
14
16
15
runs-on : ${{ matrix.operating-system }}
17
16
61
60
with :
62
61
name : arduino-create-agent-${{ matrix.operating-system }}
63
62
path : |
64
- arduino-create-agent
63
+ arduino-create-agent*
65
64
config.ini
66
65
if-no-files-found : error
67
66
76
75
CHOICE_CERT_INSTALL : " ask_certificates_install=CC" # win,mac:(ff,chrome)
77
76
78
77
strategy :
78
+ fail-fast : false # if one os is failing continue nonetheless
79
79
matrix :
80
80
operating-system : [ubuntu-latest, windows-latest, macOS-latest]
81
81
@@ -120,6 +120,7 @@ jobs:
120
120
121
121
- name : Make executable
122
122
run : chmod +x ${{ matrix.executable-path }}arduino-create-agent
123
+ if : matrix.operating-system == 'ubuntu-latest-latest' && matrix.operating-system == 'macOS-latest'
123
124
124
125
- name : Rename executable to Arduino_Create_Bridge
125
126
run : mv ${{ matrix.executable-path }}arduino-create-agent ${{ matrix.executable-path }}/Arduino_Create_Bridge
You can’t perform that action at this time.
0 commit comments