Skip to content

Commit 6b1d2c2

Browse files
authored
Merge pull request #284 from Cysharp/chore/setup_dotnet
chore: remove setup-dotnet
2 parents 60bfbae + 6ac55e3 commit 6b1d2c2

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/build-debug.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
NUGET_XMLDOC_MODE: skip
2020
steps:
2121
- uses: actions/checkout@v2
22-
- uses: actions/setup-dotnet@v1
23-
with:
24-
dotnet-version: 3.1.x
2522
- run: dotnet test -c Debug ./src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj
2623

2724
build-unity:

.github/workflows/build-release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
GIT_TAG: ${{ github.event.inputs.tag }}
1616
DRY_RUN: ${{ github.event.inputs.dry_run }}
1717
DRY_RUN_BRANCH_PREFIX: "test_release"
18-
DOTNET_SDK_VERISON_3: 3.1.x
1918

2019
jobs:
2120
update-packagejson:
@@ -85,9 +84,6 @@ jobs:
8584
- uses: actions/checkout@v2
8685
with:
8786
ref: ${{ needs.update-packagejson.outputs.sha }}
88-
- uses: actions/setup-dotnet@v1
89-
with:
90-
dotnet-version: "${{ env.DOTNET_SDK_VERSION_3 }}"
9187
# build and pack
9288
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
9389
- run: dotnet test -c Release --no-build
@@ -151,10 +147,6 @@ jobs:
151147
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
152148
NUGET_XMLDOC_MODE: skip
153149
steps:
154-
# setup dotnet for nuget push
155-
- uses: actions/setup-dotnet@v1
156-
with:
157-
dotnet-version: "${{ env.DOTNET_SDK_VERSION_3 }}"
158150
# Create Releases
159151
- uses: actions/create-release@v1
160152
id: create_release

0 commit comments

Comments
 (0)