File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 matrix :
25+ version : [ "latest", "continuous" ]
2526 config :
2627 - {
2728 name : " Windows" ,
6263 uses : ossia/actions/download-score-sdk@master
6364 id : score-sdk
6465 with :
65- version : continuous
66+ version : " ${{ matrix.version }} "
6667
6768 - name : Build debug
6869 uses : ossia/actions/build-addon@master
Original file line number Diff line number Diff line change 2323 strategy :
2424 fail-fast : false
2525 matrix :
26- version : [ 3.5.3 , "continuous" ]
26+ version : [ "latest" , "continuous" ]
2727 config :
2828 - { name: "Windows", os: windows-latest }
2929 - { name: "Ubuntu", os: ubuntu-latest }
3737
3838 - name : Download Score SDK
3939 uses : ossia/actions/download-score-sdk@master
40- if : ${{ matrix.version != 'continuous' }}
4140 with :
42- version : " v${{ matrix.version }}"
43- extract-path : " ${{ runner.temp }}/sdk"
44-
45- - name : Download Score SDK
46- uses : ossia/actions/download-score-sdk@master
47- if : ${{ matrix.version == 'continuous' }}
48- with :
49- version : continuous
41+ version : " ${{ matrix.version }}"
5042 extract-path : " ${{ runner.temp }}/sdk"
5143
5244 - name : JIT compile test
You can’t perform that action at this time.
0 commit comments