Browse Source

package/ci: I know why is it like this now.

Because the executor is a VM, not a Docker thingamajig.
pull/240/merge
Vladimír Vondruš 4 years ago
parent
commit
5a11fc3df7
  1. 2
      package/ci/circleci.yml

2
package/ci/circleci.yml

@ -110,7 +110,7 @@ commands:
background: true
- run:
name: Update apt and install base packages
# Compared to Docker images this needs sudo, for some reason
# Compared to Docker images this needs sudo
command: |
sudo apt update
sudo apt install -y ninja-build

Loading…
Cancel
Save