Skip to content

Commit 3fc03e9

Browse files
committed
Error in workflow file. Missed a tab.
1 parent 9d60bf8 commit 3fc03e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# - { target: ubuntu-22.04, config: valgrind-5 }
3939
- { target: ubuntu-22.04, config: valgrind-6 }
4040
- { target: ubuntu-22.04, config: valgrind-7 }
41-
- { target: ubuntu-22.04, config: valgrind-unit }
41+
- { target: ubuntu-22.04, config: valgrind-unit }
4242
# binn.c no longer works with c89 so remove this test.
4343
# - { target: ubuntu-22.04, config: c89 }
4444
- { target: ubuntu-22.04, config: clang-6.0 }

0 commit comments

Comments
 (0)