Skip to content

Commit c62eba9

Browse files
Push Tier 3 job to depend on setup like all the others.
1 parent 5ce97b9 commit c62eba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ jobs:
102102
cargo build
103103
104104
# 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
105106
build-tier3:
106107
runs-on: ubuntu-24.04
108+
needs: setup
107109
strategy:
108110
matrix:
109111
target:

0 commit comments

Comments
 (0)