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

Commit 78524b3

Browse files
authored
Test with devtoolset-11
1 parent 174bb0f commit 78524b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-readme-pr-linuxaarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
echo "::endgroup::"
2525
2626
echo "::group::Install newer objcopy that supports --set-section-alignment"
27-
yum install -y devtoolset-10-binutils
28-
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
27+
yum install -y devtoolset-11-binutils
28+
export PATH=/opt/rh/devtoolset-11/root/usr/bin/:$PATH
2929
echo "::endgroup::"
3030
3131
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme

0 commit comments

Comments
 (0)