From fa56573c6d811b94868704480a58c016d1860504 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 10 Jul 2025 12:47:43 +0200 Subject: fix: github CI: depracate GitHub cache, fix DEPENDS_UNTRUSTED_FAST_BUILDS --- build_single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_single.sh') diff --git a/build_single.sh b/build_single.sh index c0ace0d..77d5a52 100755 --- a/build_single.sh +++ b/build_single.sh @@ -59,7 +59,7 @@ pushd contrib/depends then echo "Not building depends, directory exists" else - env -i PATH="$PATH" CC=gcc CXX=g++ make "$NPROC" HOST="$HOST_ABI" + env -i PATH="$PATH" CC=gcc CXX=g++ make "$NPROC" HOST="$HOST_ABI" DEPENDS_UNTRUSTED_FAST_BUILDS=$DEPENDS_UNTRUSTED_FAST_BUILDS fi popd -- cgit v1.2.3