Skip to content

Commit 41a123b

Browse files
committed
Add CI test for CMake installation
1 parent 6bf8a4e commit 41a123b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
]
103103
}
104104
105+
install-test:
106+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-install-test.yml
107+
with:
108+
image: ghcr.io/bemanproject/infra-containers-gcc:latest
109+
cxx_standard: 26
110+
105111
create-issue-when-fault:
106112
needs: [preset-test, build-and-test]
107113
if: failure() && github.event.schedule == '20 19 * * *'

0 commit comments

Comments
 (0)