From a7e587c304a62d459e6029d10ae0d0c186e96144 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..a19a7c9 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 libprimecount-dev - uses: haskell-actions/setup@v2 with: ghc-version: ${{ matrix.ghc }}