Skip to content

Commit

Permalink
corrige v10
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Jul 12, 2023
1 parent f64f821 commit 055e85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: ${{ matrix.xprs == 'ON' }}
run: |
echo "XPRESSDIR=/home/runner/.local/lib/python3.10/site-packages/xpress" >> $GITHUB_ENV
echo "XPRESS=$XPRESSDIR/license/community-xpauth.xpr" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=/$XPRESSDIR/lib" >> $GITHUB_ENV
echo "XPRESS=/home/runner/.local/lib/python3.10/site-packages/xpress/license/community-xpauth.xpr" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=/home/runner/.local/lib/python3.10/site-packages/xpress/lib" >> $GITHUB_ENV
- name: Configure 3rd parties
working-directory: metrix-simulator
Expand Down

0 comments on commit 055e85d

Please sign in to comment.