Skip to content

Commit 71eaef5

Browse files
committed
ci: install wkg in monolith_checks
1 parent 18b2cce commit 71eaef5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,10 @@ jobs:
507507

508508
# Re-vendor all WIT files and ensure that they're all up-to-date by ensuring
509509
# that there's no git changes.
510+
- name: Install wkg
511+
run: |
512+
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
513+
cargo binstall --no-confirm wkg
510514
- name: Re-vendor WIT
511515
run: ./ci/vendor-wit.sh
512516
- run: git diff --exit-code

0 commit comments

Comments
 (0)