Skip to content

Commit

Permalink
add CI guard
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner authored and jmcardon committed Oct 14, 2024
1 parent ccdf5b7 commit 7a0bca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
ghc --version
cabal --version
- name: Setting up MPFR
- name: Setting up MPFR (Ubuntu)
if: startsWith(matrix.os, 'ubuntu-')
shell: bash
run: sudo apt-get update && sudo apt-get install -y libmpfr-dev

Expand Down

0 comments on commit 7a0bca2

Please sign in to comment.