Skip to content

Commit b2295df

Browse files
committed
fixup! [ci] Use UBTI for nightly
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent d6a26ac commit b2295df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightlyIntegrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-circt:
11-
name: Build and Test
11+
name: "${{ matrix.compiler }}/${{ matrix.build-type }}/${{ matrix.build-shared == 'ON' && 'shared' || 'static' }}-libs/asserts-${{ matrix.build-assert == 'ON' && 'on' || 'off' }}${{ matrix.valgrind && '/valgrind' || '' }}"
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)