Skip to content

Commit

Permalink
Touch config.sub to work around autoconf-2.69
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Oct 4, 2023
1 parent 5e31782 commit 500e8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ jobs:
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
name: Run build (arm32v7 linux)
with:
args: sh -c "cabal update && autoreconf -i && cabal test all --test-show-details=direct"
args: sh -c "cabal update && autoreconf -i && touch config.sub && cabal test all --test-show-details=direct"

- if: matrix.arch == 'arm64v8'
uses: docker://hasufell/arm64v8-ubuntu-haskell:focal
name: Run build (arm64v8 linux)
with:
args: sh -c "cabal update && autoreconf -i && cabal test all --test-show-details=direct"
args: sh -c "cabal update && autoreconf -i && touch config.sub && cabal test all --test-show-details=direct"

0 comments on commit 500e8cc

Please sign in to comment.