Skip to content

Commit

Permalink
ci: Drop unnecessary cmd from "Install packdeps"
Browse files Browse the repository at this point in the history
Not needed since haskell/actions#165 (Jan 2023).
  • Loading branch information
liskin committed Sep 17, 2023
1 parent 8a33c4e commit 754353b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/packdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Install packdeps
run: |
set -ex
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
cd # go somewhere without a cabal.project
cabal install packdeps
- name: Check package bounds (all)
Expand Down

0 comments on commit 754353b

Please sign in to comment.