Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Aug 21, 2024
1 parent 56d2f4c commit db32bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
run: |
mkdir -p deps
wget https://github.com/AntaresSimulatorTeam/Antares_Simulator/releases/download/9.2.0-api02/antares-9.2.0-rc1-${{inputs.os-full-name}}.tar.gz
wget https://github.com/AntaresSimulatorTeam/Antares_Simulator/releases/download/v9.2.0-api02/antares-9.2.0-rc1-${{inputs.os-full-name}}.tar.gz
tar -xvf antares-9.2.0-rc1-${{inputs.os-full-name}}.tar.gz -C deps --strip-components=1
rm -rf antares-9.2.0-rc1-${{inputs.os-full-name}}.tar.gz
Expand Down

0 comments on commit db32bed

Please sign in to comment.