Skip to content

Commit

Permalink
chore: install dependencies for iota-private-network and Rust setup a…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
itsyaasir committed Nov 25, 2024
1 parent 3e9a299 commit c7fdef0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/iota-private-network/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ runs:
- name: Set up IOTA Node
shell: bash
run: |
# Install dependencies
apt-get update
apt-get install -y jq wget
mkdir -p iota
cd iota
# Use the output of https://api.github.com/repos/iotaledger/iota/releases/latest
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/rust/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ runs:
- name: Install Rust
shell: bash
run: |
# Install Curl
apt-get update
apt-get install -y curl
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
rustup update
Expand Down

0 comments on commit c7fdef0

Please sign in to comment.