Update update-submodules.yml

This commit is contained in:
Magne Sjaastad 2024-08-13 15:51:34 +02:00 committed by GitHub
parent 0ee28b73dd
commit c0334cce62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,8 @@ jobs:
run: |
cd ThirdParty
git fetch --all
submodules=("fast_float" "spdlog" "tomlplusplus" )
for submodule in "${submodules[@]}"; do
BRANCH_NAME=ci-update-$submodule