Skip to content

Commit ca2bc90

Browse files
committed
github: Fix a typo in the workflows file
1 parent 24b8efd commit ca2bc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
268268
# Test building ffmpeg for natively on x86_64 Windows and run its tests,
269269
# to find cases of compiler bugs don't show up as failed asserts in the
270-
# compiler itslef, but that only show up at runtime. This is only done
270+
# compiler itself, but that only show up at runtime. This is only done
271271
# for scheduled builds.
272272
test-ffmpeg:
273273
if: (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')

0 commit comments

Comments
 (0)