From 83801d3e2e07093cba820e6ffbbea2ba6e373036 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 25 Sep 2016 23:45:01 -0500 Subject: [PATCH] fix typo --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 3c5a22d..afda3cd 100644 --- a/circle.yml +++ b/circle.yml @@ -15,7 +15,7 @@ dependencies: - sudo apt-get update # ignore the error during the installation - 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: override: