workflows changes 6

This commit is contained in:
t1amak
2025-12-09 00:57:16 +01:00
parent fc15269f23
commit b09da88b2c
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ git fetch --jobs=$(nproc)
CHECKOUT_REF=${P2POOL_CHECKOUT:-$2}
echo "Checking out ${CHECKOUT_REF} (version label $2)"
git checkout "$CHECKOUT_REF"
git submodule update --recursive --jobs $(nproc)
git -c submodule.external/src/grpc.update=none submodule update --recursive --jobs $(nproc)
export TZ=UTC0