We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f64440 commit 3bcd5a8Copy full SHA for 3bcd5a8
.github/workflows/test_cando.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Build Clasp (koga/Ubuntu)
55
if: matrix.os == 'ubuntu-22.04'
56
run: |
57
- ./koga --no-clang-cpp --ldlibs=-ldl --extensions=cando,seqan-clasp --skip-sync=cando
+ ./koga --no-clang-cpp --ldlibs=-ldl --extensions=cando,seqan-clasp --skip-sync=cando --broken-stdlib
58
59
- name: Build Clasp (koga/MacOS)
60
if: matrix.os == 'macos-latest'
0 commit comments