use index-state in cabal update as well

This commit is contained in:
Lily Brown 2022-03-03 14:02:01 -08:00
parent b619d73b16
commit 13305ce3d5

View file

@ -29,7 +29,7 @@ jobs:
run: sudo apt-get install -y cabal-install
- name: cabal update
working-directory: prototyping
run: cabal update
run: cabal update --index-state=${{ env.INDEX_STATE }}
- name: cabal install
working-directory: prototyping
run: |