Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhdk authored Nov 18, 2024
1 parent bd5308d commit 7e4b0e4
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 @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
config:
- { dotnet-version: "6.0.x", framework: "net6.0" }
Expand All @@ -20,7 +20,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: ${{ matrix.config.dotnet-version }}
include-prerelease: true

- name: List installed SDKs
run: dotnet --list-sdks
Expand Down

0 comments on commit 7e4b0e4

Please sign in to comment.