Skip to content

Commit bf87a22

Browse files
committed
ci: explicitly specify global-json-file for actions/setup-dotnet@v4
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
1 parent 9ae7da7 commit bf87a22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Set up .NET
1616
uses: actions/setup-dotnet@v4
17+
with:
18+
global-json-file: ./global.json
1719
- name: Cache NuGet packages
1820
uses: actions/cache@v4
1921
with:

0 commit comments

Comments
 (0)