From 0081ac3692be1cc2478d5ad18fde874e2eb90417 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 2 May 2024 11:00:15 -0400 Subject: [PATCH] Write the buffer before you commit you dolt --- .github/workflows/example.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 09c7650..12975a6 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -29,16 +29,17 @@ jobs: ghc: "9.6.4" - resolver: lts-12.26 ghc: "8.4.4" + + # Such an old GHC is not supported on macOS-latest anymore skip-on: macOS-latest fail-fast: false runs-on: ${{ matrix.runner }} - steps: - # Such an old GHC is not supported on macOS-latest anymore - - if: ${{ !contains(matrix.skip-on, matrix.runner) }} + if: ${{ !contains(matrix.skip-on, matrix.runner) }} + steps: - uses: actions/checkout@v4 - id: stack uses: ./