Skip to content

Commit

Permalink
add sirius lib to path
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Feb 13, 2024
1 parent 0cf1f63 commit 5c843b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ runs:
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
- name: Download & extract OR-Tools
shell: bash
Expand Down

0 comments on commit 5c843b6

Please sign in to comment.