Skip to content

Commit

Permalink
use index-state in cabal update as well
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaranthineCodices committed Mar 3, 2022
1 parent b619d73 commit 13305ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prototyping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 13305ce

Please sign in to comment.