Skip to content

Commit 8f82593

Browse files
committed
Fixing typos c99,c17
modified: test.yml
1 parent 9c12914 commit 8f82593

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: make check
2424
- name: make distcheck
2525
run: make distcheck
26-
linux_autotools_c99:
26+
linux_autotools_c99:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
run: make check
3838
- name: make distcheck
3939
run: make distcheck
40-
linux_autotools_c17:
40+
linux_autotools_c17:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
@@ -51,7 +51,6 @@ jobs:
5151
run: make check
5252
- name: make distcheck
5353
run: make distcheck
54-
5554
linux_cmake:
5655
runs-on: ubuntu-latest
5756
steps:

0 commit comments

Comments
 (0)