Skip to content

Commit

Permalink
Update .github/actions/install-dependencies/action.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
cooldracula and HCastano authored Aug 8, 2024
1 parent 79c7117 commit f62dcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sudo apt-get update
sudo apt install -y libssl-dev clang libclang-dev protobuf-compiler
shell: bash
- name: Add rust components
- name: Add Rust components
run: |
rustup target add wasm32-unknown-unknown
rustup component add rust-src
Expand Down

0 comments on commit f62dcc4

Please sign in to comment.