More build fixes

This commit is contained in:
SChernykh
2025-07-26 01:15:42 +02:00
parent baab8d3788
commit 644084a32f
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ set -e
cd /p2pool
git fetch --jobs=$(nproc)
git checkout $3
git checkout $2
git submodule update --recursive --jobs $(nproc)
export TZ=UTC0