diff --git a/.github/workflows/test-nuget.yml b/.github/workflows/test-nuget.yml index 0238897..afaf24c 100644 --- a/.github/workflows/test-nuget.yml +++ b/.github/workflows/test-nuget.yml @@ -39,7 +39,7 @@ jobs: cat Sdcb.Arithmetic.Mpfr.Tests.csproj - name: DotNet Build run: | - dotnet build -c Release --runtime ${{ matrix.os }}-${{ matrix.arch }} + dotnet build -c Release - name: Test GMP run: | cd src/Sdcb.Arithmetic.Gmp.Tests