Skip to content

Commit

Permalink
Fix Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Sep 7, 2023
1 parent 27600cd commit 9d040b2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
xprs: [ XPRESS-OFF ]
xprs: [ XPRESS-ON, XPRESS-OFF ]
env:
XPRESSDIR: ${{ github.workspace }}/xpress
XPRESS: ${{ github.workspace }}/xpress/bin
Expand All @@ -62,6 +62,15 @@ jobs:
with:
submodules: true

- name: Checkout xpressmp linux
if: matrix.xprs == 'XPRESS-ON'
uses: actions/checkout@v3
with:
repository: rte-france/xpress-mp
path: ${{ env.XPRESSDIR }}
ref: 8.13a
token: ${{ secrets.AS_TOKEN }} #reniew token periodically

- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit 9d040b2

Please sign in to comment.