Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Dec 27, 2024
1 parent 79edfc0 commit 6a4e16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
submodules: recursive
- name: "List installed dotnet SDKs"
if: ${{ !contains(toJSON(matrix.os), 'self-hosted') }}
if: matrix.os == 'Windows'
run: dotnet --list-sdks
- name: "Setup Dotnet for use with actions"
if: matrix.os != 'self-hosted'
if: ${{ !contains(toJSON(matrix.os), 'self-hosted') }}
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
Expand Down

0 comments on commit 6a4e16d

Please sign in to comment.