From 8d9cc29a710453723c65640830319b372d35187c Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 3 Mar 2020 12:07:24 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46fc191c..fdec79f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ before_script: - apt-get update --yes - apt-get install --yes build-essential cmake pybind11-dev - wget http://launchpadlibrarian.net/466750967/libfmt-dev_6.1.2+ds-2_amd64.deb - - apt install libfmt-dev_6.1.2+ds-2_amd64.deb + - apt install ./libfmt-dev_6.1.2+ds-2_amd64.deb - pip3 install . - pip3 show b_asic -- GitLab