Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 369568b

Browse files
committed
dash in the correct spot
1 parent 5c0e7ee commit 369568b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--volume ${{ github.workspace }}/dotnet:/dotnet \
6969
--workdir /dotnet \
7070
--env ROOTFS_DIR=/crossrootfs/${{ inputs.arch }} \
71-
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-${{ inputs.tfm }}-cross-${{ inputs.os == 'freebsd' && '-freebsd-14' || '' }}${{ inputs.arch == 'x64' && 'amd64' || inputs.arch }} \
71+
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-${{ inputs.tfm }}-cross-${{ inputs.os == 'freebsd' && 'freebsd-14-' || '' }}${{ inputs.arch == 'x64' && 'amd64' || inputs.arch }} \
7272
./build.sh \
7373
--clean-while-building \
7474
--prep \

0 commit comments

Comments
 (0)