Skip to content

Commit

Permalink
Merge pull request #99 from Cysharp/guitarrapc-patch-1
Browse files Browse the repository at this point in the history
Use Cysharp/Actions/setup-dotnet default version
  • Loading branch information
neuecc authored Jan 12, 2024
2 parents f312727 + ae6a515 commit 6442f68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
6.0.x
- run: dotnet build -c Debug
- run: dotnet test tests/ZString.Tests -c Debug

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
with:
ref: ${{ needs.update-packagejson.outputs.sha }}
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
6.0.x
# pack nuget
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
- run: dotnet test tests/ZString.Tests -c Release --no-build
Expand Down

0 comments on commit 6442f68

Please sign in to comment.