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 5ce97b9 commit c62eba9Copy full SHA for c62eba9
.github/workflows/build.yml
@@ -102,8 +102,10 @@ jobs:
102
cargo build
103
104
# Build the workspace for the target architecture but using nightly to compile libcore
105
+ # Technically it doens't need 'setup' but it makes the graph look nicer
106
build-tier3:
107
runs-on: ubuntu-24.04
108
+ needs: setup
109
strategy:
110
matrix:
111
target:
0 commit comments