Skip to content

Commit ccca1e2

Browse files
correct lts pointer
1 parent 1224e7e commit ccca1e2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
restore-keys: |
7474
${{ runner.os }}-lts-24
7575
76-
- name: Build
77-
run: |
78-
set -ex
79-
stack $STACK_ARGS test --no-run-tests --bench --no-run-benchmarks --haddock --no-haddock-deps
80-
8176
- name: Test
8277
env:
8378
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# snapshot: ./custom-snapshot.yaml
1919
# snapshot: https://example.com/snapshots/2024-01-01.yaml
20-
snapshot: lts-24
20+
snapshot: lts-24.14
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)