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