Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5745 from beraldoleal/bc
Browse files Browse the repository at this point in the history
ci: fix missing bc error during setup
  • Loading branch information
Chelsea Mafrica authored Aug 29, 2023
2 parents de2c828 + 3fea6c7 commit 0fb4345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/setup_env_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ sudo -E apt -y remove --purge man-db
echo "Try to preemptively fix broken dependencies, if any"
sudo -E apt --fix-broken install -y

echo "Install chronic"
sudo -E apt install -y moreutils
echo "Install chronic and bc"
sudo -E apt install -y moreutils bc

declare -A minimal_packages=( \
[spell-check]="hunspell hunspell-en-gb hunspell-en-us pandoc" \
Expand Down

0 comments on commit 0fb4345

Please sign in to comment.