Skip to content

Commit cd654aa

Browse files
committed
...
1 parent 116075d commit cd654aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
#"$HOME/.dotnet"
5050
DOTNET_ROOT=/usr/share/dotnet
5151
DOTNETSDKVER=$(dotnet --version)
52-
DOTNETFWKVER=$(dotnet --list-runtimes | grep Microsoft.NETCore.App | tail -n 1 | cut -d " " -f2)
52+
DOTNETFWKVER=$(dotnet --list-runtimes | grep Microsoft.NETCore.App | head -n 1 | cut -d " " -f2)
5353
DOTNETLIBDIR="$DOTNET_ROOT/shared/Microsoft.NETCore.App/$DOTNETFWKVER"
5454
dotnet --version
5555
dotnet --list-runtimes

0 commit comments

Comments
 (0)