Skip to content

Commit

Permalink
remove antares deps from download precompiled job
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 27, 2024
1 parent 3ad2886 commit 28ef39c
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +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}}.tar.gz
tar -xvf rte-antares-deps-${{inputs.os}}-${{inputs.buildtype}}.tar.gz
rm -rf rte-antares-deps-${{inputs.os}}-${{inputs.buildtype}}.tar.gz
steps:
- name: Download & extract OR-Tools
shell: bash
run: |
Expand Down

0 comments on commit 28ef39c

Please sign in to comment.