We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953ef26 commit 6d2390cCopy full SHA for 6d2390c
.github/workflows/manual.yml
@@ -14,7 +14,7 @@ on:
14
description: 'Compiler type'
15
type: string
16
required: true
17
- default: 'GLANG-18'
+ default: 'CLANG-18'
18
native_backend:
19
description: 'Size of NativeInteger'
20
@@ -37,7 +37,7 @@ on:
37
- 'GCC-14'
38
- 'CLANG-18'
39
40
41
42
43
type: choice
@@ -58,7 +58,7 @@ on:
58
# additional cmake options besides the compiler
59
jobs:
60
call:
61
- uses: openfheorg/openfhe-python/.github/workflows/generic_workflow.yml@github-ci
+ uses: openfheorg/openfhe-python/.github/workflows/generic_workflow.yml@258-refactor-github-ci
62
with:
63
runner: ${{ vars.RUNNER }}
64
compiler: "${{ inputs.compiler }}"
0 commit comments