File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,14 @@ jobs:
8686 - name : 📦 Build wheel inside container
8787 run : |
8888 set -ex
89-
89+
90+ sudo su
9091 # Install CMake
9192 CMAKE_LINK="https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh"
92- sudo wget -q -P /opt ${CMAKE_LINK}
93- sudo chmod +x /opt/cmake-*.sh
94- sudo mkdir -p /opt/cmake
95- sudo bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
93+ wget -q -P /opt ${CMAKE_LINK}
94+ chmod +x /opt/cmake-*.sh
95+ mkdir -p /opt/cmake
96+ bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
9697 ln -sf /opt/cmake/bin/* /usr/local/bin/
9798 cmake --version
9899
@@ -158,6 +159,8 @@ jobs:
158159 - name : 🧪 Run tests
159160 run : |
160161 set -ex
162+
163+ sudo su
161164 # Enhanced debug output
162165 ls -d /opt/rocm*
163166 python --version
You can’t perform that action at this time.
0 commit comments