Skip to content

Commit 6986eeb

Browse files
authored
Merge pull request #304 from serokell/int-index/lts-22
[Chore] Bump Stackage to LTS-22.32
2 parents 74f3035 + 7d43d9c commit 6986eeb

27 files changed

+346
-267
lines changed

.github/workflows/ci.yml

+3-16
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: windows-latest
4747
strategy:
4848
matrix:
49-
stack: ["2.7.5"]
50-
ghc: ["9.0.2"]
49+
stack: ["3.1.1"]
50+
ghc: ["9.6.6"]
5151
include:
52-
- ghc: "9.0.2"
52+
- ghc: "9.6.6"
5353
stackyaml: stack.yaml
5454
steps:
5555
- uses: actions/checkout@v4
@@ -75,19 +75,6 @@ jobs:
7575
path: ~/AppData/Local/Programs/stack
7676
key: ${{ runner.os }}-${{ matrix.ghc }}-appdata-stack
7777

78-
79-
# When editing this action, make sure it can run without using cached folders.
80-
# Yes, it tries to install mingw-w64-x86_64-pcre twice
81-
- name: install pacman dependencies
82-
run: |
83-
stack --system-ghc exec -- pacman -S --needed --noconfirm pkgconf;
84-
stack --system-ghc exec -- pacman -S --needed --noconfirm msys2-keyring;
85-
stack --system-ghc exec -- pacman --noconfirm -Syuu;
86-
stack --system-ghc exec -- pacman -S --needed --noconfirm mingw-w64-x86_64-pcre;
87-
stack --system-ghc exec -- pacman --noconfirm -Syuu;
88-
stack --system-ghc exec -- pacman -S --needed --noconfirm mingw-w64-x86_64-pcre;
89-
stack --system-ghc exec -- pacman -S --needed --noconfirm pcre-devel;
90-
9178
- name: Build
9279
run: |
9380
stack build --system-ghc --stack-yaml ${{ matrix.stackyaml }} --test --bench --no-run-tests --no-run-benchmarks --ghc-options '-Werror'

0 commit comments

Comments
 (0)