Skip to content

Commit

Permalink
dowload zip action
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 27, 2024
1 parent 60ee0ef commit cf69f63
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ inputs:

runs:
using: "composite"
steps:
- name: Download & extract antares-deps
shell: bash
run: |
wget https://github.com/AntaresSimulatorTeam/antares-deps/releases/download/v${{inputs.antares-deps-version}}/rte-antares-deps-${{inputs.os}}-${{inputs.buildtype}}.zip
unzip rte-antares-deps-${{inputs.os}}-${{inputs.buildtype}}.zip
rm -rf rte-antares-deps-${{inputs.os}}-${{inputs.buildtype}}.zip
echo "${GITHUB_WORKSPACE}/rte-antares-deps-Release/bin" >> $GITHUB_PATH
steps:
- name: Download & extract OR-Tools
shell: bash
run: |
Expand Down

0 comments on commit cf69f63

Please sign in to comment.