Skip to content

Commit

Permalink
add bun in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Dec 14, 2023
1 parent 71886ba commit 61bbc04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ressources/install_all_compilers_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ then
sudo apt-get install gnat
fi

if ! command -v bun &> /dev/null
then
sudo apt-get install unzip
curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
fi

if ! command -v scalac &> /dev/null
then
sudo apt-get install scala
Expand Down

0 comments on commit 61bbc04

Please sign in to comment.