Skip to content

Commit

Permalink
Update knitro license
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Nov 2, 2023
1 parent 889274a commit 6259f8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ runs:
- uses: dsaltares/[email protected]
with:
repo: 'jgillis/restricted'
file: 'artelys_lic_5007_casadi-dev_2022-08-24.txt'
file: ' artelys_lic_8325_casadi_2023-11-02.txt '
token: ${{ inputs.token }}
- run: tar -xzf ${{env.knitro}}.tar.gz -C $RUNNER_TEMP
shell: bash
if: runner.os != 'Windows'
- run: unzip -q ${{env.knitro}}.zip -d $RUNNER_TEMP
shell: bash
if: runner.os == 'Windows'
- run: cp artelys_lic_5007_casadi-dev_2022-08-24.txt $RUNNER_TEMP
- run: cp artelys_lic_8325_casadi_2023-11-02.txt $RUNNER_TEMP
shell: bash

# Add to PATH
Expand Down Expand Up @@ -67,7 +67,7 @@ runs:
- run: echo "LD_PRELOAD=$RUNNER_TEMP/${{env.knitro}}/lib/libiomp5.so"
if: runner.os != 'Windows'
shell: bash
- run: echo "ARTELYS_LICENSE=$RUNNER_TEMP/artelys_lic_5007_casadi-dev_2022-08-24.txt" >> $GITHUB_ENV
- run: echo "ARTELYS_LICENSE=$RUNNER_TEMP/ artelys_lic_8325_casadi_2023-11-02.txt " >> $GITHUB_ENV
shell: bash

# SNOPT
Expand Down

0 comments on commit 6259f8d

Please sign in to comment.