Skip to content

Commit

Permalink
don't specify rid in build
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 19, 2025
1 parent 1de5ceb commit ccddc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccddc8c

Please sign in to comment.