Skip to content

Commit

Permalink
fixup! mix
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jun 10, 2024
1 parent 92b8c39 commit 4721a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
# For updating see: https://downloads.haskell.org/~ghcup/
GHCUP_VERSION: 0.1.20.0
GHCVER: ${{ matrix.ghc_version }}
GHCUP_GHC_OPTIONS: ${{ matrix.ghcup_ghc_options }}
# RESOLVER: ${{ matrix.stack_resolver }}

# ------------------------------------------------------------------------
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
runner: ubuntu-latest
ghc_version: head
cabal_project: cabal.project.ghc-head
ghcup_ghc_options: -u https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-deb10-int_native-validate.tar.xz?job=x86_64-linux-deb10-int_native-validate

- name: ci
command: cabal
Expand Down
1 change: 0 additions & 1 deletion packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ ghcup_install() {
then
run_verbose_errexit_with "cat /usr/local/.ghcup/logs/*" \
ghcup install ghc $GHCUP_GHC_OPTIONS $tool_ver
run_verbose_errexit ghcup install ghc $GHCUP_GHC_OPTIONS $tool_ver
else
run_verbose_errexit ghcup install $tool $tool_ver
fi
Expand Down

0 comments on commit 4721a02

Please sign in to comment.