From 2f57211fd3e2e4e2f2abda83e0a23f242591cdf1 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Tue, 23 Apr 2024 13:32:04 +0200 Subject: [PATCH] fix --- .github/workflows/slow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slow.yml b/.github/workflows/slow.yml index a885a373..de611edf 100644 --- a/.github/workflows/slow.yml +++ b/.github/workflows/slow.yml @@ -60,7 +60,7 @@ jobs: cd boost mv -f $GITHUB_WORKSPACE/* libs/histogram git submodule update --init --depth 5 tools/build tools/boostdep - git submodule update --init --depth 5 lib/format + git submodule update --init --depth 5 libs/format python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram mv -f * $GITHUB_WORKSPACE - name: Prepare b2 @@ -81,7 +81,7 @@ jobs: cd boost mv -f $GITHUB_WORKSPACE/* libs/histogram git submodule update --init --depth 5 tools/build tools/boostdep - git submodule update --init --depth 5 lib/format + git submodule update --init --depth 5 libs/format python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram mv -f * $GITHUB_WORKSPACE - name: Prepare b2