Skip to content

Commit 49cd38b

Browse files
committed
build: fixed python3 package name
1 parent 12eba4b commit 49cd38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions-tests/mamonsu_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ "${OS%:*}" = "centos" ]; then
3131
cd /mamonsu
3232
sudo yum install -y make
3333
sudo yum install -y rpm-build
34-
sudo yum install -y pyhton3
34+
sudo yum install -y python3
3535
sudo yum install -y python3-devel
3636

3737
sudo yum -y remove mamonsu

0 commit comments

Comments
 (0)