1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-18 12:11:45 +08:00

update scripts

This commit is contained in:
Septs 2020-07-21 00:20:25 +08:00
parent 62b2090cc9
commit a4f73470bb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
sudo apt update -qq
sudo apt install -y python3 git openssh-client
sudo apt install -y git python3 python3-venv openssh-client
- name: Run ROA script
shell: bash

View file

@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
sudo apt update -qq
sudo apt install -y python3 git openssh-client
sudo apt install -y git python3 python3-venv openssh-client
- name: Run ROA script
shell: bash