mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
Regular update: 2020-07-20T17:57:29Z
This commit is contained in:
parent
f53625fa69
commit
e3c052266e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/roa.yml
vendored
8
.github/workflows/roa.yml
vendored
|
@ -21,10 +21,10 @@ jobs:
|
|||
repository: NeoCloud/NeoNetwork-ROA
|
||||
path: generated
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y python3 python3-venv
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Run ROA script
|
||||
run: .scripts/generate-roa.sh
|
||||
|
|
Loading…
Reference in a new issue