summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-04-30 13:03:48 +0200
committernarimiran <narimiran@disroot.org>2020-04-30 13:03:48 +0200
commit4d799f88200aaaf35d9275b64d2c23611b943769 (patch)
tree59850ab7e18f92755ba5219817e1b212825971ce /.github
parentd844d10e8e1aea9d9995c954553b8982f3b3f031 (diff)
downloadNim-4d799f88200aaaf35d9275b64d2c23611b943769.tar.gz
test even more packages
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_packages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml
index 26445cee4..9d2d044ff 100644
--- a/.github/workflows/ci_packages.yml
+++ b/.github/workflows/ci_packages.yml
@@ -33,7 +33,7 @@ jobs:
           DEBIAN_FRONTEND='noninteractive' \
             sudo apt-fast install --no-install-recommends -yq \
               libcurl4-openssl-dev libgc-dev libsdl1.2-dev libsfml-dev \
-              valgrind libc6-dbg
+              valgrind libc6-dbg libblas-dev
       - name: 'Install dependencies (macOS)'
         if: runner.os == 'macOS'
         run: brew install boehmgc make sfml