1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-13 08:52:23 +08:00

update scripts

This commit is contained in:
Septs 2020-07-21 00:52:38 +08:00
parent 4f4b41b923
commit c5a2ca1085
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -y git python3 python3-venv openssh-client
sudo apt install -y python3 python3-venv
- name: Run ROA script
run: .scripts/generate-roa.sh

View file

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