Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error when fetching Antares_test submodule #1456

Merged
merged 3 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Init submodule
run: |
git submodule update --init --recursive src/antares-deps src/tests/resources/Antares_Simulator_Tests
git submodule update --init --remote src/antares-deps src/tests/resources/Antares_Simulator_Tests

- 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 @@ -47,7 +47,7 @@ jobs:
- name: Init submodule
run: |
git config --global safe.directory '*'
git submodule update --init --recursive src/antares-deps src/tests/resources/Antares_Simulator_Tests
git submodule update --init --remote src/antares-deps src/tests/resources/Antares_Simulator_Tests

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Init submodule
run: |
git submodule update --init src/antares-deps
git submodule update --init src/tests/resources/Antares_Simulator_Tests
git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests

- name: Configure push
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[submodule "src/tests/resources/Antares_Simulator_Tests"]
path = src/tests/resources/Antares_Simulator_Tests
url = https://github.com/AntaresSimulatorTeam/Antares_Simulator_Tests.git
branch = master
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/microsoft/vcpkg.git