Skip to content

Commit

Permalink
cabal.project generation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jun 30, 2024
1 parent e6d258b commit bfed3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: initial cabal.project for sdist
run: |
touch cabal.project
echo "packages: $GITHUB_WORKSPACE/source/." >> cabal.project
echo "packages: $GITHUB_WORKSPACE/source/.,$GITHUB_WORKSPACE/source/vty-input" >> cabal.project
cat cabal.project
- name: sdist
run: |
Expand Down

0 comments on commit bfed3cd

Please sign in to comment.