Skip to content

Commit

Permalink
Correct --root argument for ccp.by.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Aug 4, 2023
1 parent 033990c commit 9050cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
sudo apt-get update
sudo apt-get install libeigen3-dev liblemon-dev
- name: Build Coriolis
run: ${{ github.workspace }}/coriolis-2.x/src/coriolis/bootstrap/ccb.py --root=${{ github.workspace }} --project=coriolis --make="-j4 install"
run: ${{ github.workspace }}/coriolis-2.x/src/coriolis/bootstrap/ccb.py --root=${{ github.workspace }}/coriolis-2.x --project=coriolis --make="-j4 install"

0 comments on commit 9050cd8

Please sign in to comment.