Skip to content

Commit

Permalink
github actions: remove unused install.
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Palade <victor@cloudflavor.io>
  • Loading branch information
PI-Victor committed Jul 31, 2024
1 parent d19c23a commit 838b80d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
container:
image: ubuntu:22.04
Expand All @@ -29,8 +28,6 @@ jobs:
target: wasm32-wasip1
- name: Install cargo-component
run: cargo install cargo-component
- name: Install dependencies
run: apt-get update && apt-get install -y build-essential
- name: Install wit-bindgen
run: cargo install wit-bindgen-cli
- name: Check WIT API
Expand Down

0 comments on commit 838b80d

Please sign in to comment.