Skip to content

Commit

Permalink
Make buildable cabal-plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Jul 3, 2022
1 parent 4b8e2af commit f1f3db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install cabal-plan
run: |
cd $(mktemp -d)
cabal install cabal-plan --constraint='cabal-plan +exe'
cabal install cabal-plan --constraint='cabal-plan +exe' --allow-newer
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
# The tool is not essential to the rest of the test suite. If
Expand Down

0 comments on commit f1f3db6

Please sign in to comment.