Skip to content

Commit ad856ab

Browse files
authored
Fix command syntax in illumos build workflow
1 parent c3137e3 commit ad856ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/illumos-x64-runtime-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git clone https://github.com/${{ github.event.inputs.runtimeForkName }}/${{ github.event.inputs.runtimeRepohName }} runtime --branch ${{ github.event.inputs.runtimeBranchName }} --single-branch --depth 1
2929
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
3030
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos sh -c 'apt update && apt install -y ninja-build;
31-
/runtime/build.sh clr+libs+packs -c Debug -os illumos -cross -gcc --bootstrap
31+
/runtime/build.sh clr+libs+packs -c Debug -os illumos -cross -gcc --bootstrap'
3232
3333
coreclr_Release:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)