Do not use -u when testing depinst

This commit is contained in:
Peter Dimov
2026-07-08 20:28:17 +03:00
parent 66b8b5cbfd
commit c5fd7c9de9
+3 -1
View File
@@ -426,8 +426,10 @@ jobs:
git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
cd boost-root
cp -r $GITHUB_WORKSPACE/* tools/boostdep
git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/${{matrix.library}}.git libs/${{matrix.library}}
rm -rf libs/${{matrix.library}}/.git
- name: Use depinst
run: |
cd ../boost-root
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -u ${{matrix.args}} ${{matrix.library}}
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" ${{matrix.args}} ${{matrix.library}}