Skip to content

Commit 5d25f2f

Browse files
authored
Fix typo
1 parent 7fa2091 commit 5d25f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
TEST_IN_TREE: ${{ matrix.TEST_IN_TREE }}
139139
WITH_SYMENGINE_THREAD_SAFE: ${{ matrix.WITH_SYMENGINE_THREAD_SAFE }}
140140
WITH_PRIMESIEVE: ${{ matrix.WITH_PRIMESIEVE }}
141-
INTEGER_CLASS: ${{ matrix.gNTEGER_CLASS }}
141+
INTEGER_CLASS: ${{ matrix.INTEGER_CLASS }}
142142
WITH_ARB: ${{ matrix.WITH_ARB }}
143143
WITH_PIRANHA: ${{ matrix.WITH_PIRANHA }}
144144
WITH_GCC_6: ${{ matrix.WITH_GCC_6 }}

0 commit comments

Comments
 (0)