mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
Regular update: 2020-07-20T17:48:16Z
This commit is contained in:
parent
2fda24fad9
commit
b9e29bcbbf
2 changed files with 4 additions and 4 deletions
4
.github/workflows/roa.yml
vendored
4
.github/workflows/roa.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/test-your-pr.yml
vendored
4
.github/workflows/test-your-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue