mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
sudo
This commit is contained in:
parent
55d370c6e0
commit
3741f091b4
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue