Skip to content

Commit 05d5450

Browse files
committed
copy pasta
1 parent 217b2b4 commit 05d5450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ jobs:
272272
options: -v ${{ github.workspace }}:/workspace
273273
run: |
274274
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1 --install-dir /usr/share/dotnet
275-
source /usr/share/dotnet/dotnet.complete.sh
276275
cd /workspace/tests/nuget_package
277276
/usr/share/dotnet/dotnet add nuget_package.csproj package ${{ env.NUGET_NAME }} --version ${{ needs.pack.outputs.NUGET_VERSION }}
278277
/usr/share/dotnet/dotnet run

0 commit comments

Comments
 (0)