mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-15 00:02:24 +08:00
update scripts
This commit is contained in:
parent
62b2090cc9
commit
a4f73470bb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/roa.yml
vendored
2
.github/workflows/roa.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -qq
|
sudo apt update -qq
|
||||||
sudo apt install -y python3 git openssh-client
|
sudo apt install -y git python3 python3-venv openssh-client
|
||||||
|
|
||||||
- name: Run ROA script
|
- name: Run ROA script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
2
.github/workflows/test-your-pr.yml
vendored
2
.github/workflows/test-your-pr.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -qq
|
sudo apt update -qq
|
||||||
sudo apt install -y python3 git openssh-client
|
sudo apt install -y git python3 python3-venv openssh-client
|
||||||
|
|
||||||
- name: Run ROA script
|
- name: Run ROA script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue