fix cd workspace
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 4m8s

This commit is contained in:
tqcq 2023-12-06 10:54:09 +08:00
parent 3c2080525d
commit d01bd3d249

View File

@ -68,6 +68,7 @@ jobs:
image: tqcq/hisi:centos
options: --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
yum clean all
yum install -y libarchive cmake make gcc gcc-c++ openssl-devel autoconf libtool pkg-config
cmake --build build -DCMAKE_TOOLCHAIN_FILE=toolchains/hisiv500.toolchain.cmake -DULIB_BUILD_TESTS=ON -DCMAKE_CROSSCOMPILING_EMULATOR="qemu-arm;-L;/opt/hisi-linux/x86-arm/arm-hisiv500-linux/"