Skip to content

Commit d1ac9f4

Browse files
committed
investigating more, it seems the latest Ubuntu might be broken.
1 parent 20cf4d7 commit d1ac9f4

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [windows-latest, ubuntu-latest]
14+
os: [windows-latest, ubuntu-22.04]
1515
dotnet: [5.0.400]
1616
runs-on: ${{ matrix.os }}
1717

@@ -38,10 +38,6 @@ jobs:
3838
if: matrix.os == 'windows-latest'
3939
run: .\build.cmd
4040

41-
- name: Unix install libssl
42-
if: matrix.os != 'windows-latest'
43-
run: sudo apt-get install -y libssl-dev
44-
4541
- name: Build on Unix
4642
if: matrix.os != 'windows-latest'
4743
run: ./build.sh

.github/workflows/push.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [windows-latest, ubuntu-latest]
14+
os: [windows-latest, ubuntu-22.04]
1515
dotnet: [5.0.400]
1616
runs-on: ${{ matrix.os }}
1717

@@ -38,10 +38,6 @@ jobs:
3838
if: matrix.os == 'windows-latest'
3939
run: .\build.cmd
4040

41-
- name: Unix install libssl
42-
if: matrix.os != 'windows-latest'
43-
run: sudo apt-get install -y libssl-dev
44-
4541
- name: Build on Unix
4642
if: matrix.os != 'windows-latest'
4743
run: ./build.sh

0 commit comments

Comments
 (0)