Skip to content

Commit

Permalink
Trigger gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 23, 2024
1 parent 165a8de commit 48b493c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up GHC and cabal-install
- name: Set up GHC and cabal-install from matrix
uses: haskell-actions/setup@v2
id: setup
with:
Expand All @@ -28,7 +28,7 @@ jobs:
enable-stack: true
stack-version: '2.15.7'

- name: Set up GHC 8.10.7 for scripts
- name: Set up GHC 8.10.7 by itself
uses: haskell-actions/setup@v2
with:
ghc-version: "8.10.7"
Expand Down

0 comments on commit 48b493c

Please sign in to comment.