File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -394,10 +394,10 @@ jobs:
394
394
- run :
395
395
name : Install tools for building
396
396
command : |
397
- yum install -y git gcc make autoconf automake pkgconfig
398
- yum install -y https://repo.ius.io/ius-release-el6.rpm
399
- yum --enablerepo=ius-archive -y install python36
400
- ln -s /usr/bin/python36 /usr/ bin/python3
397
+ yum install -y git gcc make autoconf automake pkgconfig xz
398
+ curl -LO https://github.com/leleliu008/python-prebuild/releases/download/3.9.5/python-3.9.5-x86_64-linux-glibc.tar.xz
399
+ tar xf python-3.9.5-x86_64-linux-glibc.tar.xz -C /opt
400
+ echo 'export PATH=/opt/python-3.9.5-x86_64-linux-glibc/ bin:$PATH' >> $BASH_ENV
401
401
- run :
402
402
name : Get the source code of u-ctags
403
403
command : |
@@ -430,10 +430,10 @@ jobs:
430
430
- run :
431
431
name : Install tools for building
432
432
command : |
433
- yum install -y git gcc make autoconf automake pkgconfig
434
- yum install -y https://repo.ius.io/ius-release-el6.rpm
435
- yum --enablerepo=ius-archive -y install python36
436
- ln -s /usr/bin/python36 /usr/ bin/python3
433
+ yum install -y git gcc make autoconf automake pkgconfig xz
434
+ curl -LO https://github.com/leleliu008/python-prebuild/releases/download/3.9.5/python-3.9.5-x86_64-linux-glibc.tar.xz
435
+ tar xf python-3.9.5-x86_64-linux-glibc.tar.xz -C /opt
436
+ echo 'export PATH=/opt/python-3.9.5-x86_64-linux-glibc/ bin:$PATH' >> $BASH_ENV
437
437
- run :
438
438
name : Get the source code of u-ctags
439
439
command : |
You can’t perform that action at this time.
0 commit comments