Skip to content

Commit

Permalink
Update .NET SDKs for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Nov 11, 2021
1 parent 411493d commit 9d496c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
job:
- os: ubuntu-18.04
build: ./build.sh
push: true
- os: ubuntu-20.04
build: ./build.sh
push: true
Expand All @@ -42,7 +41,7 @@ jobs:
- name: Setup net6.0
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: "6.0.100-rc.1.21463.6"
dotnet-version: "6.0.100"
- name: Run dotnet --info
run: dotnet --info
- uses: actions/checkout@v2.4.0
Expand Down

0 comments on commit 9d496c9

Please sign in to comment.