Skip to content

Commit

Permalink
SUPERVISOR-72: Update .NET version in dotnet.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Nov 6, 2023
1 parent ccaf882 commit 3d89373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
dotnet-version: |
6.0.x
7.0.x
- name: Install dependencies (hdf5)
run: sudo apt install hdf5-tools -y
- name: Restore dependencies
Expand Down

0 comments on commit 3d89373

Please sign in to comment.