Skip to content

Commit 96136b4

Browse files
authored
Merge pull request #59 from OneSignal/cd-fix-libssl
ci: upgrade dotnet version from 3 to 8
2 parents 2d49594 + 6dba0bc commit 96136b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nuget_deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Install SSL dependencies
15-
run: |
16-
sudo apt-get update
17-
sudo apt-get install -y libssl-dev
1814
- name: Setup dotnet
1915
uses: actions/setup-dotnet@v1
2016
with:
21-
dotnet-version: 3.1.x
17+
dotnet-version: 8.x
2218
- name: Build and Pack
2319
run: |
2420
dotnet restore

0 commit comments

Comments
 (0)