Skip to content

Commit

Permalink
ci TWEAK
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Sep 21, 2024
1 parent 8214b69 commit 50bdbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.102
dotnet-version: 8.0.*
- name: Install dependencies
run: dotnet restore Synthesis.Bethesda.sln
- name: Build
Expand Down

0 comments on commit 50bdbb4

Please sign in to comment.