Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Jul 31, 2023
1 parent 0d370ca commit 44ad42f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
versionSpec: '5.5.0'

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.0'

- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 44ad42f

Please sign in to comment.