From 5c843b6a0018e5e1c250bdad093e3158bef96d83 Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Tue, 13 Feb 2024 15:06:45 +0100 Subject: [PATCH] add sirius lib to path --- .../download-extract-precompiled-libraries-zip/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/download-extract-precompiled-libraries-zip/action.yml b/.github/workflows/download-extract-precompiled-libraries-zip/action.yml index d849dec71f..745b76236c 100644 --- a/.github/workflows/download-extract-precompiled-libraries-zip/action.yml +++ b/.github/workflows/download-extract-precompiled-libraries-zip/action.yml @@ -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