File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [windows-latest, ubuntu-latest ]
14
+ os : [windows-latest, ubuntu-22.04 ]
15
15
dotnet : [5.0.400]
16
16
runs-on : ${{ matrix.os }}
17
17
38
38
if : matrix.os == 'windows-latest'
39
39
run : .\build.cmd
40
40
41
- - name : Unix install libssl
42
- if : matrix.os != 'windows-latest'
43
- run : sudo apt-get install -y libssl-dev
44
-
45
41
- name : Build on Unix
46
42
if : matrix.os != 'windows-latest'
47
43
run : ./build.sh
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [windows-latest, ubuntu-latest ]
14
+ os : [windows-latest, ubuntu-22.04 ]
15
15
dotnet : [5.0.400]
16
16
runs-on : ${{ matrix.os }}
17
17
38
38
if : matrix.os == 'windows-latest'
39
39
run : .\build.cmd
40
40
41
- - name : Unix install libssl
42
- if : matrix.os != 'windows-latest'
43
- run : sudo apt-get install -y libssl-dev
44
-
45
41
- name : Build on Unix
46
42
if : matrix.os != 'windows-latest'
47
43
run : ./build.sh
You can’t perform that action at this time.
0 commit comments