Skip to content

Commit

Permalink
Try fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jul 25, 2023
1 parent d6b5867 commit 85b2402
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Pre-requisites
shell: cmd
run: |
choco install wget unzip zip --no-progress
- name : Init VCPKG submodule
run: |
git submodule update --init vcpkg
# Restore both vcpkg and its artifacts from the GitHub cache service.
- name: Restore vcpkg and its artifacts.
uses: actions/cache@v3
Expand Down Expand Up @@ -89,6 +91,10 @@ jobs:
- name: Install pip dependencies if necessary
run: pip install -r src/tests/examples/requirements.txt

- name: Init submodule
run: |
git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests
- name: Enable git longpaths
run: git config --system core.longpaths true

Expand Down

0 comments on commit 85b2402

Please sign in to comment.