Skip to content

Commit

Permalink
.NET build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 13, 2025
1 parent c08aafe commit 7497b6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,9 @@ jobs:

- name: Build binding
run: dotnet build PvRecorder/PvRecorder.csproj --framework ${{ matrix.binding-framework }}
env:
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1

- name: Test
run: dotnet test --framework ${{ matrix.test-framework }} -v n
env:
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1

build-self-hosted:
runs-on: ${{ matrix.machine }}
Expand Down

0 comments on commit 7497b6d

Please sign in to comment.