Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Jan 8, 2024
1 parent b17be8f commit b7f90b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fetch-depth: 0
submodules: 'recursive'

- name: Install .NET Core
uses: actions/setup-dotnet@v1
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100-rc.2.20479.15
dotnet-version: 8.0.100

- name: NBGV
id: nbgv
Expand Down

0 comments on commit b7f90b2

Please sign in to comment.