mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-15 00:02:24 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -qq
|
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
|
- name: Run ROA script
|
||||||
run: .scripts/generate-roa.sh
|
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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -qq
|
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
|
- name: Run ROA script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue