diff options
Diffstat (limited to '.ci/gcc-unittest.sh')
-rw-r--r-- | .ci/gcc-unittest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/gcc-unittest.sh b/.ci/gcc-unittest.sh index a4e4a6f35f..cb4e75ae65 100644 --- a/.ci/gcc-unittest.sh +++ b/.ci/gcc-unittest.sh @@ -1,6 +1,6 @@ . "$CI_SCRIPTS/common.sh" -set_environment /opt/neovim-deps +set_environment /opt/neovim-deps/64 sudo pip install cpp-coveralls |