diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c5dc6c..517752b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,11 +13,9 @@ jobs: - uses: actions/checkout@v2 - name: ensure `./wit/deps` are in sync run: | - curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.0/wit-deps-x86_64-unknown-linux-musl - chmod +x wit-deps - ./wit-deps lock - git add -N wit/deps - git diff --exit-code + curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.2/wit-deps-x86_64-unknown-linux-musl + chmod +x ./wit-deps + ./wit-deps lock --check # wit-abi needs to be updated in order to verify the newest wit package syntax