diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daa6055893bf64c1e47e15cc43316467c47bd57a..e5cebcda72944251d6feec2f7444ff3bbb058cf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,9 @@ stages: before_script: - apt-get update --yes - - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev + - 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 - pip3 install . - pip3 show b_asic