Update ci.yml
This commit is contained in:
parent
c6ba65b6c0
commit
e00e125a84
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: "Update APT"
|
||||
shell: bash
|
||||
run: "apt update"
|
||||
- name: "Install curl"
|
||||
shell: bash
|
||||
run: "apt-get install -y curl"
|
||||
|
|
|
|||
Loading…
Reference in New Issue