Skip to content

Commit 6d2390c

Browse files
Temporary altered code for testing
1 parent 953ef26 commit 6d2390c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: 'Compiler type'
1515
type: string
1616
required: true
17-
default: 'GLANG-18'
17+
default: 'CLANG-18'
1818
native_backend:
1919
description: 'Size of NativeInteger'
2020
type: string
@@ -37,7 +37,7 @@ on:
3737
- 'GCC-14'
3838
- 'CLANG-18'
3939
required: true
40-
default: 'GLANG-18'
40+
default: 'CLANG-18'
4141
native_backend:
4242
description: 'Size of NativeInteger'
4343
type: choice
@@ -58,7 +58,7 @@ on:
5858
# additional cmake options besides the compiler
5959
jobs:
6060
call:
61-
uses: openfheorg/openfhe-python/.github/workflows/generic_workflow.yml@github-ci
61+
uses: openfheorg/openfhe-python/.github/workflows/generic_workflow.yml@258-refactor-github-ci
6262
with:
6363
runner: ${{ vars.RUNNER }}
6464
compiler: "${{ inputs.compiler }}"

0 commit comments

Comments
 (0)