Skip to content

Commit

Permalink
run apt only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed May 27, 2024
1 parent f86ea45 commit 7cc917f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# run: curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .
- name: Install ghcup dependencies
run: sudo apt-get install build-essential curl libffi-dev libffi8ubuntu1 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
if: runner.os == 'Linux'
- name: Setup GHCUp
run: |
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Expand Down

0 comments on commit 7cc917f

Please sign in to comment.