Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Mar 10, 2020
1 parent fc2a50b commit 6ed65c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dotnet-version: 3.1.101

- run: dotnet --info
- if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest')
- if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
run: ./build.sh

- if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 6ed65c1

Please sign in to comment.