Skip to content

Commit

Permalink
Write the buffer before you commit you dolt
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 2, 2024
1 parent 96993c1 commit 0081ac3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit 0081ac3

Please sign in to comment.