Skip to content

Commit

Permalink
Update dotnet-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Jan 16, 2024
1 parent ef80e5b commit 2a1561f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
os: [windows-latest]

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
- uses: actions/checkout@v4
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x
dotnet-version: 7
- name: Install dependencies
run: dotnet restore OpenGSQ
- name: Build
Expand Down

0 comments on commit 2a1561f

Please sign in to comment.