From 9dfec79a649925f4436dd37be954fa2cdfe5f61d Mon Sep 17 00:00:00 2001 From: Thomas Suckow Date: Sun, 1 May 2022 22:17:50 -0700 Subject: [PATCH] Missed a spot --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index a62a689bb..20e2812de 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -13,7 +13,7 @@ jobs: - name: Download dotnet # See also https://github.com/sec/dotnet-core-freebsd-source-build # See also https://github.com/Thefrank/dotnet-freebsd-crossbuild - run: curl -L https://github.com/Thefrank/dotnet-freebsd-crossbuild/releases/download/v6.0.100-rtm.21527.11/dotnet-sdk-6.0.100-freebsd-x64.tar.gz -o dn.tgz + run: curl -L https://github.com/Thefrank/dotnet-freebsd-crossbuild/releases/download/v6.0.3/dotnet-sdk-6.0.201-freebsd-x64.tar.gz -o dn.tgz - name: Build id: test uses: vmactions/freebsd-vm@v0.1.5 @@ -80,7 +80,7 @@ jobs: - name: Download dotnet # See also https://github.com/sec/dotnet-core-freebsd-source-build # See also https://github.com/Thefrank/dotnet-freebsd-crossbuild - run: curl -L https://github.com/Thefrank/dotnet-freebsd-crossbuild/releases/download/v6.0.100-rtm.21527.11/dotnet-sdk-6.0.100-freebsd-x64.tar.gz -o dn.tgz + run: curl -L https://github.com/Thefrank/dotnet-freebsd-crossbuild/releases/download/v6.0.3/dotnet-sdk-6.0.201-freebsd-x64.tar.gz -o dn.tgz - name: Run test id: test uses: vmactions/freebsd-vm@v0.1.5