Skip to content

Commit

Permalink
Fix src root tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Oct 11, 2023
1 parent f53fed6 commit 19d7691
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 @@ -61,7 +61,7 @@ jobs:
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
cd ${{ github.workspace }}/coriolis-2.x/src/coriolis
make install SRC_ROOT=${{ github.workspace }}/coriolis-2.x ISYS_ROOT=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared install install_alliance
make install SRC_ROOT=${{ github.workspace }}/coriolis-2.x/src ISYS_ROOT=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared install install_alliance
- name: Check for binaries
run: ls -1 ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/bin
- name: Run the reference set of designs
Expand Down

0 comments on commit 19d7691

Please sign in to comment.