From 6f69919d330a29f9fa08a8816b185f233826e45b Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 2 Jun 2023 16:19:14 +0200 Subject: [PATCH] build: update `wit-deps` Signed-off-by: Roman Volosatovs --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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