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