Skip to content

Commit 286a8ca

Browse files
authored
Merge pull request #200 from Cysharp/guitarrapc-patch-1
Use Cysharp/Actions/setup-dotnet default version
2 parents 2554e81 + e27cc5d commit 286a8ca

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-debug.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
19-
with:
20-
dotnet-version: |
21-
6.0.x
22-
7.0.x
2319
- run: dotnet build -c Debug
2420
- run: dotnet test -c Debug --no-build
2521

.github/workflows/build-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
with:
3232
ref: ${{ needs.update-packagejson.outputs.sha }}
3333
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
34-
with:
35-
dotnet-version: |
36-
6.0.x
37-
7.0.x
3834
# pack nuget
3935
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
4036
- run: dotnet test -c Release --no-build

0 commit comments

Comments
 (0)