Skip to content

Commit efbdb74

Browse files
committed
fix dotnet version
1 parent f9db176 commit efbdb74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET SDK 10
2323
uses: actions/setup-dotnet@v5
2424
with:
25-
dotnet-version: "$DOTNET_VERSION"
25+
dotnet-version: ${{ env.DOTNET_VERSION }}
2626
- name: Build
2727
run: bash build.sh --target Build --general-project ${{ matrix.project }}
2828

0 commit comments

Comments
 (0)