Skip to content

Commit 2a06baf

Browse files
committed
CI
1 parent f6f2c8d commit 2a06baf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
wget http://ftp.gnu.org/gnu/make/make-4.2.tar.gz
7979
tar -xzvf make-4.2.tar.gz
8080
cd make-4.2
81-
sudo ./configure
82-
sudo make
83-
sudo make install
84-
sudo rm -rf /usr/bin/make
85-
sudo cp ./make /usr/bin/
81+
./configure
82+
make
83+
make install
84+
rm -rf /usr/bin/make
85+
cp ./make /usr/bin/
8686
yum install -y bison
8787
- name: Update glibc
8888
run: |

0 commit comments

Comments
 (0)