Skip to content

Commit f042361

Browse files
authored
Merge pull request #176 from seqan/actions/update_cpm_package_lock
[INFRA] Update CPM Packages
2 parents 211881b + d684279 commit f042361

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci_documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
doxygen: 1.9.4
5050

5151
- name: Configure docs
52+
env:
53+
CXX: g++-12
54+
CC: gcc-12
5255
run: |
5356
mkdir build && cd build
5457
cmake .. -DCMAKE_BUILD_TYPE=Release \

cmake/package-lock.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# This file should be committed to version control
77

88
# seqan3
9-
set (NEEDLE_SEQAN3_VERSION 8759edde146b2adebe9151d2390af499714811ca)
9+
set (NEEDLE_SEQAN3_VERSION 7ee839814e168ab57c4401d46e6114a801cebc28)
1010
CPMDeclarePackage (seqan3
1111
NAME seqan3
1212
GIT_TAG ${NEEDLE_SEQAN3_VERSION} # main

0 commit comments

Comments
 (0)