Skip to content

Commit aeda2fd

Browse files
Remove -f
1 parent aa29d80 commit aeda2fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
mkdir -p /opt/cmake
104104
bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
105105
# Overwrite the system default path to ensure the correct CMake is used
106-
ln -sf /opt/cmake/bin/* /usr/bin/
106+
ln -s /opt/cmake/bin/* /usr/bin/
107107
108108
cmake --version
109109

0 commit comments

Comments
 (0)