Skip to content

Commit 577babe

Browse files
committed
Fix YAML syntax
1 parent fb74396 commit 577babe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
# On new enough Ubuntu we can build against the system deb.
124124
test_pip_flint_deb:
125-
name: Build on {{ matrix.os }}
125+
name: Build on ${{ matrix.os }}
126126
runs-on: ${{ matrix.os }}
127127
strategy:
128128
fail-fast: false

0 commit comments

Comments
 (0)