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

@ -26,6 +26,8 @@ jobs:
- name: Update submodules to latest release
run: |
cd ThirdParty
git fetch --all
submodules=("fast_float" "spdlog" "tomlplusplus" )
for submodule in "${submodules[@]}"; do