dev: ci: binaries-linux-x64-static: simplify ghcup command
This commit is contained in:
parent
b917b8a310
commit
99f3a6852d
@ -22,12 +22,12 @@ jobs:
|
|||||||
container: alpine:edge
|
container: alpine:edge
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Install tools
|
||||||
# Borrowed from fossas/haskell-static-alpine, copied here for transparency
|
# Borrowed from fossas/haskell-static-alpine, copied here for transparency
|
||||||
run: |
|
run: |
|
||||||
apk --no-cache add binutils-gold curl gcc g++ git gmp-dev ncurses-dev ncurses-static libffi-dev make xz tar perl zlib-dev zlib-static
|
apk --no-cache add binutils-gold curl gcc g++ git gmp-dev ncurses-dev ncurses-static libffi-dev make xz tar perl zlib-dev zlib-static
|
||||||
mkdir -p ~/.ghcup/bin && curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > ~/.ghcup/bin/ghcup && chmod +x ~/.ghcup/bin/ghcup
|
mkdir -p ~/.ghcup/bin && curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > ~/.ghcup/bin/ghcup && chmod +x ~/.ghcup/bin/ghcup
|
||||||
~/.ghcup/bin/ghcup install ghc 9.0.2 && ~/.ghcup/bin/ghcup set ghc 9.0.2 && ~/.ghcup/bin/ghcup install cabal
|
~/.ghcup/bin/ghcup install --set ghc 9.0.2 && ~/.ghcup/bin/ghcup install cabal
|
||||||
echo "$HOME/.ghcup/bin/" >> $GITHUB_PATH
|
echo "$HOME/.ghcup/bin/" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user