Skip to content

Commit

Permalink
Actions: Use global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Nov 12, 2024
1 parent fb5779b commit 7e619ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install .NET 8.x SDK for build
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.100'
global-json-file: global.json

- name: Output important software versions (node)
run: node --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install .NET 8.x SDK for build
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.100'
global-json-file: global.json

- name: Restore .NET Core tools
run: dotnet tool restore
Expand Down

0 comments on commit 7e619ff

Please sign in to comment.