Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 15, 2023
1 parent 0183025 commit 9e8cb49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-swig/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ runs:
run: scripts/downloadAndBuildSwig.sh
shell: bash

- run: echo "SWIG=${AMICI_DIR}/ThirdParty/swig-${INPUT_SWIG_VERSION}/install/bin/swig" >> $GITHUB_ENV
- run: echo "SWIG=${AMICI_DIR}/ThirdParty/swig-${{ inputs.swig_version }}/install/bin/swig" >> $GITHUB_ENV
shell: bash
3 changes: 2 additions & 1 deletion .github/workflows/deploy_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
with:
fetch-depth: 20

- uses: ./.github/actions/setup-swig
- name: Set up SWIG
uses: ./.github/actions/setup-swig

- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
fetch-depth: 20

- uses: ./.github/actions/setup-swig
- name: Set up SWIG
uses: ./.github/actions/setup-swig

- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV

Expand Down

0 comments on commit 9e8cb49

Please sign in to comment.