Skip to content

Commit 9d60bf8

Browse files
committed
Error in workflow file. Tabs need to be spaces.
1 parent b664c44 commit 9d60bf8

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
@@ -29,7 +29,7 @@ jobs:
2929
config: [default]
3030
# Then we include any extra configs we want to test for specific VMs.
3131
include:
32-
- { target: windows-2019, config: cygwin-release }
32+
- { target: windows-2019, config: cygwin-release }
3333
- { target: windows-2022, config: cygwin-release }
3434
- { target: ubuntu-22.04, config: valgrind-1 }
3535
- { target: ubuntu-22.04, config: valgrind-2 }

0 commit comments

Comments
 (0)