fix install python3
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 1m3s
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 1m3s
This commit is contained in:
parent
0a6e5409d9
commit
323b0cf32f
@ -57,7 +57,7 @@ jobs:
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
yum clean all
|
||||
yum install -y libarchive cmake make gcc gcc-c++ openssl-devel autoconf libtool pkg-config python
|
||||
yum install -y libarchive cmake make gcc gcc-c++ openssl-devel autoconf libtool pkg-config python3
|
||||
cd qemu
|
||||
./configure --target-list=arm-linux-user --prefix=$GITHUB_WORKSPACE/qemu-install
|
||||
make -j `nproc`
|
||||
|
Loading…
Reference in New Issue
Block a user