mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 18:01:08 -06:00
Update update-submodules.yml
This commit is contained in:
parent
0ee28b73dd
commit
c0334cce62
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user