This commit is contained in:
SANO Masatoshi 2019-09-20 20:26:39 +08:00
parent 55d370c6e0
commit 3741f091b4

View file

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: apt
run: which apt-get >/dev/null && apt-get -yq update &&apt-get -yq build-essential libcurl4-gnutls-dev automake autoconf
run: which apt-get >/dev/null && sudo apt-get -yq update && sudo apt-get -yq build-essential libcurl4-gnutls-dev automake autoconf
- name: bootstrap
run: ./bootstrap
- name: configure