Skip to content

Commit

Permalink
install required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Aug 2, 2023
1 parent c27603b commit 6b35ad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/export-rs-testnet-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
sudo apt update
sudo apt dist-upgrade -y
- name: Install required packages
run: |
sudo apt update
sudo apt -y install python-is-python3 python3-distutils screen curl jq wget python3-venv python3-pip
- name: Install openssh-server
run: |
sudo apt install -y openssh-server
Expand Down

0 comments on commit 6b35ad0

Please sign in to comment.