feature try sudo
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 51s
rpcrypto-build / build (Debug, host-afl.toolchain.cmake) (push) Failing after 7s
rpcrypto-build / build (Debug, hisiv500.toolchain.cmake) (push) Successful in 1m6s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Debug, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m8s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1m7s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m8s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Debug, host.toolchain.cmake) (push) Failing after 2m39s
rpcrypto-build / build (Release, host-afl.toolchain.cmake) (push) Failing after 7s
rpcrypto-build / build (Release, hisiv500.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m12s
rpcrypto-build / build (Release, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m13s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1m10s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m8s
rpcrypto-build / build (Release, host.toolchain.cmake) (push) Failing after 3m28s

This commit is contained in:
tqcq 2023-12-05 14:31:13 +08:00
parent 07348527c9
commit 5904b19436

View File

@ -49,8 +49,8 @@ jobs:
- name: build
if: matrix.toolchain == 'host.toolchain.cmake'
run: |
apt-get update -y
apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
sudo apt-get update -y
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
${{ env.build_command }}
- name: build-afl