Skip to content

Commit

Permalink
Merge pull request #304 from serokell/int-index/lts-22
Browse files Browse the repository at this point in the history
[Chore] Bump Stackage to LTS-22.32
  • Loading branch information
int-index authored Oct 14, 2024
2 parents 74f3035 + 7d43d9c commit 6986eeb
Show file tree
Hide file tree
Showing 27 changed files with 346 additions and 267 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
stack: ["2.7.5"]
ghc: ["9.0.2"]
stack: ["3.1.1"]
ghc: ["9.6.6"]
include:
- ghc: "9.0.2"
- ghc: "9.6.6"
stackyaml: stack.yaml
steps:
- uses: actions/checkout@v4
Expand All @@ -75,19 +75,6 @@ jobs:
path: ~/AppData/Local/Programs/stack
key: ${{ runner.os }}-${{ matrix.ghc }}-appdata-stack


# When editing this action, make sure it can run without using cached folders.
# Yes, it tries to install mingw-w64-x86_64-pcre twice
- name: install pacman dependencies
run: |
stack --system-ghc exec -- pacman -S --needed --noconfirm pkgconf;
stack --system-ghc exec -- pacman -S --needed --noconfirm msys2-keyring;
stack --system-ghc exec -- pacman --noconfirm -Syuu;
stack --system-ghc exec -- pacman -S --needed --noconfirm mingw-w64-x86_64-pcre;
stack --system-ghc exec -- pacman --noconfirm -Syuu;
stack --system-ghc exec -- pacman -S --needed --noconfirm mingw-w64-x86_64-pcre;
stack --system-ghc exec -- pacman -S --needed --noconfirm pcre-devel;
- name: Build
run: |
stack build --system-ghc --stack-yaml ${{ matrix.stackyaml }} --test --bench --no-run-tests --no-run-benchmarks --ghc-options '-Werror'
Expand Down
Loading

0 comments on commit 6986eeb

Please sign in to comment.