Skip to content

Commit a23d394

Browse files
committed
Use cabal 3.6.2.0-p1 since the armv7 binary is better
1 parent a8d0143 commit a23d394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
export PATH="$HOME/.local/bin:$PATH"
1313

1414
export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
15-
export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.8.1.0}"
15+
export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.6.2.0-p1}"
1616
export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=no
1717
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes
1818
export BOOTSTRAP_HASKELL_ADJUST_BASHRC=1

0 commit comments

Comments
 (0)