Skip to content

Commit 1004881

Browse files
committed
Some more correction.
1 parent e282e51 commit 1004881

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ jobs:
6565
- name: Build and release
6666
run: |
6767
ls
68+
echo "After ls"
69+
pwd
70+
echo "After pwd"
6871
ls basic_common_cpp
72+
echo "After ls basic_common_cpp"
6973
mkdir basic_common_cpp/ExternalLib/nauty/build
7074
cd basic_common_cpp/ExternalLib/nauty/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=$NAUTY_PATH .. && make all install
7175
cd src_lorenzian && make && strip LORENTZ_FundDomain_AllcockEdgewalk

0 commit comments

Comments
 (0)