We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cc1b7 commit dc45719Copy full SHA for dc45719
.github/workflows/build_and_test.yml
@@ -67,7 +67,7 @@ jobs:
67
run: ctest
68
69
- name: Upload build artifact
70
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
71
with:
72
name: figcone-examples-${{ matrix.config.os }}-nameof-${{ matrix.use_nameof }}
73
path: |
external/seal_lake
@@ -1,5 +1,5 @@
1
include(FetchContent)
2
-set(SEAL_LAKE_VERSION v0.2.0)
+set(SEAL_LAKE_VERSION dev)
3
set(FETCHCONTENT_QUIET FALSE)
4
FetchContent_Declare(seal_lake_${SEAL_LAKE_VERSION}
5
SOURCE_DIR seal_lake_${SEAL_LAKE_VERSION}
0 commit comments