Skip to content

Commit

Permalink
Updo install needs cabal update
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 22, 2024
1 parent 9da7cd4 commit eb74d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
enable-stack: true
stack-version: '2.15.7'

- name: Update hackage index
run: cabal update --ignore-project

- name: Install Dhall
uses: dhall-lang/setup-dhall@v4
with:
Expand Down

0 comments on commit eb74d59

Please sign in to comment.