Bump stack version in CI

This commit is contained in:
Chris Penner 2024-06-26 18:30:52 -07:00
parent b85bea8abb
commit 87e15d788d
4 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,8 @@ jobs:
- name: install stack
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
- name: build
run: |

View File

@ -102,6 +102,8 @@ jobs:
- name: install stack
if: steps.cache-ucm-binaries.outputs.cache-hit != 'true'
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
# Build deps, then build local code. Splitting it into two steps just allows us to see how much time each step
# takes.

View File

@ -27,6 +27,8 @@ jobs:
- name: install stack
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
- name: build with haddocks
working-directory: unison

View File

@ -22,6 +22,8 @@ jobs:
- name: install stack
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
# One of the transcripts fails if the user's git name hasn't been set.
- name: set git user info