Skip to content

Commit

Permalink
Merge branch 'master' into fix-stuck-at-exit
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon authored Mar 26, 2024
2 parents dc53035 + b377058 commit 7aa27ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
sudo chown -R $USER /usr/local/.ghcup
shell: bash

- uses: haskell-actions/setup@v2.6.2
- uses: haskell-actions/setup@v2.6.3
id: HaskEnvSetup
with:
ghc-version : ${{ inputs.ghc }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
example: ['cabal', 'lsp-types']

steps:
- uses: haskell-actions/setup@v2.6.2
- uses: haskell-actions/setup@v2.6.3
with:
ghc-version : ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down

0 comments on commit 7aa27ac

Please sign in to comment.