Skip to content

Commit acea448

Browse files
authored
Update linux-riscv64-runtime-build.yml
1 parent 584cceb commit acea448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-riscv64-runtime-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: df -h; sudo rm -rf "$AGENT_TOOLSDIRECTORY"; df -h
1313
- name: runtime+libs+packs build
1414
run: |
15-
git clone https://github.com/am11/runtime --single-branch --depth 1 -b feature/nativeaot/riscv64-port
15+
git clone https://github.com/dotnet/runtime --single-branch --depth 1 -b main
1616
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/riscv64 \
1717
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-riscv64-net9.0 \
1818
sh -c '/runtime/build.sh -cross -arch riscv64 -c Checked -s clr+libs &&

0 commit comments

Comments
 (0)