We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 211881b + d684279 commit f042361Copy full SHA for f042361
.github/workflows/ci_documentation.yml
@@ -49,6 +49,9 @@ jobs:
49
doxygen: 1.9.4
50
51
- name: Configure docs
52
+ env:
53
+ CXX: g++-12
54
+ CC: gcc-12
55
run: |
56
mkdir build && cd build
57
cmake .. -DCMAKE_BUILD_TYPE=Release \
cmake/package-lock.cmake
@@ -6,7 +6,7 @@
6
# This file should be committed to version control
7
8
# seqan3
9
-set (NEEDLE_SEQAN3_VERSION 8759edde146b2adebe9151d2390af499714811ca)
+set (NEEDLE_SEQAN3_VERSION 7ee839814e168ab57c4401d46e6114a801cebc28)
10
CPMDeclarePackage (seqan3
11
NAME seqan3
12
GIT_TAG ${NEEDLE_SEQAN3_VERSION} # main
0 commit comments