CI: Debian doesn't come with sudo pre-installed
This commit is contained in:
parent
74eada048b
commit
a215871da8
6
.github/workflows/ci-debian.yml
vendored
6
.github/workflows/ci-debian.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
||||
steps:
|
||||
- name: "prepare env"
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install git-core
|
||||
sudo apt-get -y install \
|
||||
apt-get update
|
||||
apt-get -y install git-core
|
||||
apt-get -y install \
|
||||
build-essential \
|
||||
cmake \
|
||||
extra-cmake-modules \
|
||||
|
Loading…
Reference in New Issue
Block a user