From c6fba74702e5c88461ac10aac1e3891340c291e2 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..54af72d 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: apt-get install primecount - uses: haskell-actions/setup@v2 with: ghc-version: ${{ matrix.ghc }}