Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Jul 31, 2024
1 parent a98019b commit aeb6be2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ runs:
echo "LD_PRELOAD=$RUNNER_TEMP/${{env.knitro}}/lib/libiomp5.so" >> $GITHUB_ENV
if: runner.os == 'Linux'
shell: bash
- run: |
if [ ! -d "/usr/local/lib" ]; then
sudo mkdir -p /usr/local/lib
sudo chown -R $(whoami) /usr/local/lib
fi
if: runner.os == 'macOS'
shell: bash
# cfr. https://github.com/pypa/cibuildwheel/issues/816
- run: |
Expand Down

0 comments on commit aeb6be2

Please sign in to comment.