Skip to content

Commit 6cc02cf

Browse files
committed
github: Update a comment to refer to the right job
1 parent a41085f commit 6cc02cf

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
@@ -173,7 +173,7 @@ jobs:
173173
retention-days: 7
174174

175175
# Crosscompile the toolchain for running on Linux on a different architecture, bundle the runtime
176-
# libraries that were built in the 'linux' step above.
176+
# libraries that were built in the 'linux-stage1' step above.
177177
linux-cross-aarch64:
178178
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
179179
needs: [linux-stage1, linux-profile, prepare]

0 commit comments

Comments
 (0)