Skip to content

Commit ea10447

Browse files
Removed $
1 parent e882651 commit ea10447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- compiler: gcc
4040
compiler-version: 14
4141
cxx: 23
42-
name: "${{ github.job }} ($C++${{ matrix.cxx }}-${{ matrix.compiler }}-${{ matrix.compiler-version }})"
42+
name: "${{ github.job }} (C++${{ matrix.cxx }}-${{ matrix.compiler }}-${{ matrix.compiler-version }})"
4343
runs-on: ubuntu-24.04
4444
steps:
4545
- name: Checkout

0 commit comments

Comments
 (0)