Skip to content

Commit

Permalink
CI: restore autoreconf step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 19, 2024
1 parent 424552a commit 418253b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ jobs:
touch cabal.project
echo "packages: $GITHUB_WORKSPACE/source/." >> cabal.project
cat cabal.project
- name: autoreconf
run: |
cd $GITHUB_WORKSPACE/source && autoreconf -i
- name: sdist
run: |
mkdir -p sdist
Expand Down

0 comments on commit 418253b

Please sign in to comment.