Skip to content

Commit

Permalink
Remove the wit-deps check now that we have no dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 12, 2023
1 parent e2b0e41 commit ece5ab3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ jobs:
name: Check ABI files are up-to-date
runs-on: ubuntu-latest
steps:
- 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.2/wit-deps-x86_64-unknown-linux-musl
chmod +x wit-deps
./wit-deps lock --check
- uses: actions/checkout@v3
- uses: WebAssembly/wit-abi-up-to-date@v14

0 comments on commit ece5ab3

Please sign in to comment.