From 22119f6afdf98012648b98b16c32e04bcf1a0129 Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Fri, 20 Dec 2024 06:30:05 -0800 Subject: [PATCH] Install primecount --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5001df..c02fb0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 + - name: Install primecount C library + run: sudo apt-get install primecount - uses: haskell-actions/setup@v2 with: ghc-version: ${{ matrix.ghc }}