Browse Source

fix typo

sisyphus
Dustin Falgout 8 years ago
parent
commit
83801d3e2e
  1. 2
      circle.yml

2
circle.yml

@ -15,7 +15,7 @@ dependencies:
- sudo apt-get update - sudo apt-get update
# ignore the error during the installation # ignore the error during the installation
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true
- sudo pip install -U meson - sudo pip3 install -U meson
test: test:
override: override:

Loading…
Cancel
Save