Skip to content

Commit 678c7bd

Browse files
committed
who knows
1 parent aabb2ab commit 678c7bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cpp.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- os: ubuntu-22.04
1818
cc: "gcc"
1919
cxx: "g++"
20-
- os: ubuntu-22.04
20+
- os: ubuntu-18.04
2121
env: ARCH=x86
2222
cc: "gcc-4.8"
2323
cxx: "g++-4.8"
@@ -28,7 +28,7 @@ jobs:
2828
- os: ubuntu-22.04
2929
cc: "clang"
3030
cxx: "clang++"
31-
- os: ubuntu-18.04
31+
- os: ubuntu-22.04
3232
env: CMAKE_EXTRA="-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS='-march=native'"
3333
cc: "gcc"
3434
cxx: "g++"
@@ -65,6 +65,9 @@ jobs:
6565
export CXX=${{matrix.cxx}}
6666
cmake -Dmmtf_build_examples=ON -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=debug ..
6767
make -j2
68+
echo "lol"
69+
ls
70+
ls *
6871
./test/mmtf_tests
6972
./test/multi_cpp_test
7073
./examples/mmtf_demo ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf

0 commit comments

Comments
 (0)