fix install git for ExternalProject
All checks were successful
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m45s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 2m3s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 2m14s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 2m16s

This commit is contained in:
tqcq 2024-01-06 20:49:35 +08:00
parent e1d99b3a49
commit 50d24b9a4b

View File

@ -93,5 +93,5 @@ jobs:
run: |
cd ${{ github.workspace }}
sudo apt-get update
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++ git
${{ env.build_command }}