Skip to content

Commit d12c111

Browse files
committed
Correct cmaker path
1 parent 44d9f1b commit d12c111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/transformer-engine-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
chmod +x /opt/cmake-*.sh
103103
mkdir -p /opt/cmake
104104
bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
105-
ln -sf /opt/cmake/bin/* /usr/local/bin/
105+
# Overwrite the system default path to ensure the correct CMake is used
106+
ln -sf /opt/cmake/bin/* /usr/bin/
106107
107108
cmake --version
108109

0 commit comments

Comments
 (0)