We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41085f commit 6cc02cfCopy full SHA for 6cc02cf
.github/workflows/build.yml
@@ -173,7 +173,7 @@ jobs:
173
retention-days: 7
174
175
# Crosscompile the toolchain for running on Linux on a different architecture, bundle the runtime
176
- # libraries that were built in the 'linux' step above.
+ # libraries that were built in the 'linux-stage1' step above.
177
linux-cross-aarch64:
178
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
179
needs: [linux-stage1, linux-profile, prepare]
0 commit comments