Skip to content

Commit

Permalink
Submodules init
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Sep 29, 2023
1 parent c46fedc commit eee63ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Init submodule
run: |
git submodule update --init --remote src/antares-deps src/tests/resources/Antares_Simulator_Tests
git submodule update --init --recursive src .
- name: Download & extract precompiled deps at root
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Init submodule
run: |
git config --global safe.directory '*'
git submodule update --init --remote src/antares-deps src/tests/resources/Antares_Simulator_Tests
git submodule update --init --recursive src .
- name: Install dependencies
run: |
Expand Down

0 comments on commit eee63ab

Please sign in to comment.