Skip to content

Commit 5984f49

Browse files
authored
ci(l1): fix daily hive job (#5122)
**Description** - Since tooling has been moved to another workspace, no we need to reference it when calling a crate from tooling
1 parent d6d74ec commit 5984f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_hive_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
fi
189189
190190
- name: Generate the hive report
191-
run: cargo run -p hive_report > results.md
191+
run: cargo run --manifest-path tooling/Cargo.toml -p hive_report > results.md
192192

193193
- name: Upload daily result
194194
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)