From 4b5b32aff7da9bfcf4411c65c5523717fc722fb2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Apr 2024 09:22:45 -0700 Subject: minor --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b3343e95..a5363c1b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install ghc run: | @@ -194,7 +194,7 @@ jobs: dist-newstyle key: ${{ runner.os }}-cabal-work-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }} - - name: Install dependencies + - name: Build and test run: | cabal update cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all -- cgit v1.2.3