Skip to content

Commit

Permalink
Try fix centOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 9, 2023
1 parent 5718745 commit 0765264
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
antares-xpansion-version: ${{steps.antares-xpansion-version.outputs.result}}
antares-deps-version: ${{steps.antares-deps-version.outputs.result}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Read antares-solver version
id: antares-version
uses: ./.github/actions/read-json-value
Expand Down Expand Up @@ -67,7 +67,10 @@ jobs:
echo "source scl_source enable rh-git227" >> ~/.bashrc
echo "source scl_source enable devtoolset-9" >> ~/.bashrc
- uses: actions/checkout@v3
- run: |
git --version
- uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit 0765264

Please sign in to comment.