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.
wit-deps
1 parent 03bb004 commit f43c1a1Copy full SHA for f43c1a1
.github/workflows/main.yml
@@ -13,10 +13,12 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: ensure `./wit/deps` are in sync
15
run: |
16
- curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.5/wit-deps-x86_64-unknown-linux-musl
+ curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.5.0/wit-deps-x86_64-unknown-linux-musl
17
chmod +x wit-deps
18
./wit-deps lock
19
+ ./wit-deps -m wit-0.3.0-draft/deps.toml -l wit-0.3.0-draft/deps.lock -d wit-0.3.0-draft/deps lock
20
git add -N wit/deps
21
+ git add -N wit-0.3.0-draft/deps
22
git diff --exit-code
23
- uses: WebAssembly/wit-abi-up-to-date@v22
24
with:
0 commit comments