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

Regular update: 2020-07-20T17:48:16Z

This commit is contained in:
Septs 2020-07-21 01:48:16 +08:00
parent 2fda24fad9
commit b9e29bcbbf
2 changed files with 4 additions and 4 deletions

View file

@ -22,8 +22,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -y python3 python3-venv
sudo apt-get update -qq
sudo apt-get install -y python3 python3-venv
- name: Run ROA script
run: .scripts/generate-roa.sh

View file

@ -16,8 +16,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -y python3 python3-venv
sudo apt-get update -qq
sudo apt-get install -y python3 python3-venv
- name: Run ROA script
run: .scripts/generate-roa.sh