diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5cebcda72944251d6feec2f7444ff3bbb058cf6..46fc191c8b926a7d7252baf2df7031c577278519 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 http://launchpadlibrarian.net/466750967/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