Skip to content

Commit

Permalink
Some more correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Mar 15, 2022
1 parent e282e51 commit 1004881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ jobs:
- name: Build and release
run: |
ls
echo "After ls"
pwd
echo "After pwd"
ls basic_common_cpp
echo "After ls basic_common_cpp"
mkdir basic_common_cpp/ExternalLib/nauty/build
cd basic_common_cpp/ExternalLib/nauty/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=$NAUTY_PATH .. && make all install
cd src_lorenzian && make && strip LORENTZ_FundDomain_AllcockEdgewalk
Expand Down

0 comments on commit 1004881

Please sign in to comment.