CI: Debian doesn't come with sudo pre-installed

This commit is contained in:
Adriaan de Groot 2021-02-02 00:39:45 +01:00
parent 74eada048b
commit a215871da8

View File

@ -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 \