Skip to content

Commit 643bbd1

Browse files
authored
Update build-and-test.yml
1 parent b4792f1 commit 643bbd1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ on:
55
- develop
66
jobs:
77
build-and-test:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v5
1111

12+
- name: Install libssl1.1
13+
run: |
14+
sudo apt-get update -y
15+
sudo apt-get install -y libssl1.1
16+
1217
- name: Setup .NET Core
1318
uses: actions/setup-dotnet@v5
1419
with:

0 commit comments

Comments
 (0)