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 18b2cce commit 71eaef5Copy full SHA for 71eaef5
.github/workflows/main.yml
@@ -507,6 +507,10 @@ jobs:
507
508
# Re-vendor all WIT files and ensure that they're all up-to-date by ensuring
509
# 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
514
- name: Re-vendor WIT
515
run: ./ci/vendor-wit.sh
516
- run: git diff --exit-code
0 commit comments