Skip to content

Commit 222876f

Browse files
authored
Merge pull request #62 from Cysharp/guitarrapc-patch-1
Use Cysharp/Actions/setup-dotnet default version
2 parents eda6dc8 + 34b66a8 commit 222876f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build-debug.yml

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
18-
with:
19-
dotnet-version: |
20-
6.0.x
21-
7.0.x
22-
8.0.x
2318
- run: dotnet build -c Debug
2419
- run: dotnet test -c Debug --no-build
2520
- run: dotnet test -c Debug --no-build --environment "COMPlus_EnableHWIntrinsic=0;COMPlus_EnableSSE2=0"

.github/workflows/build-release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
with:
3434
ref: ${{ needs.update-packagejson.outputs.sha }}
3535
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
36-
with:
37-
dotnet-version: |
38-
6.0.x
39-
7.0.x
40-
8.0.x
4136
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
4237
- run: dotnet test -c Release -p:Version=${{ env.GIT_TAG }}
4338
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -o ./publish

0 commit comments

Comments
 (0)