Skip to content

Commit 8fc6c8a

Browse files
committed
build: update build script
1 parent 7b92a81 commit 8fc6c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-dotnet@v3
1515
with:
16-
dotnet-version: 6.0.x
16+
dotnet-version: 6.0.416
1717
- name: Install dependencies
1818
run: dotnet restore
1919
- name: Build

0 commit comments

Comments
 (0)