Skip to content

Commit

Permalink
Merge pull request nunit#4607 from nunit/chore/use-global-json
Browse files Browse the repository at this point in the history
chore: Refer to global.json for SDK version
  • Loading branch information
OsirisTerje authored Jan 22, 2024
2 parents e2b99f1 + 8fb74dc commit 0f73682
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
- name: ⤵️ Checkout Source
uses: actions/checkout@v3

- name: 🛠️ Setup .NET
- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
global-json-file: global.json

- name: 🛠️ Install dotnet tools
run: dotnet tool restore

Expand Down Expand Up @@ -61,9 +59,7 @@ jobs:
- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
global-json-file: global.json

- name: 🛠️ Install F#
run: sudo apt-get install fsharp
Expand Down Expand Up @@ -93,9 +89,7 @@ jobs:
- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
global-json-file: global.json

- name: 🛠️ Install dotnet tools
run: dotnet tool restore
Expand Down

0 comments on commit 0f73682

Please sign in to comment.