Skip to content

Commit

Permalink
Actually run build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Aug 6, 2024
1 parent b1e2545 commit ed0b0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore

- if: matrix.os == 'ubuntu-22.04'
- if: matrix.os.cs != 'win-x64'
name: Build
run: dotnet build --no-restore -c Release

Expand Down

0 comments on commit ed0b0f0

Please sign in to comment.