We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d9f1b commit d12c111Copy full SHA for d12c111
.github/workflows/transformer-engine-ci.yml
@@ -102,7 +102,8 @@ jobs:
102
chmod +x /opt/cmake-*.sh
103
mkdir -p /opt/cmake
104
bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
105
- ln -sf /opt/cmake/bin/* /usr/local/bin/
+ # Overwrite the system default path to ensure the correct CMake is used
106
+ ln -sf /opt/cmake/bin/* /usr/bin/
107
108
cmake --version
109
0 commit comments