Skip to content

Commit

Permalink
Add first-time prerequisite verilator packages to GitHub workflow too…
Browse files Browse the repository at this point in the history
…l.sh
  • Loading branch information
bi262934 committed Jan 30, 2025
1 parent 8a40ca9 commit 1c0e601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ install_elfio(){
install_packages(){
sudo apt-get update
sudo apt install -y zlib1g-dev libboost-all-dev libboost-dev libasio-dev device-tree-compiler libsdl2-2.0-0 libsdl2-dev
sudo apt install -y git make autoconf build-essential flex libfl-dev bison help2man # First time prerequisites
}

install_uncached(){
Expand Down

0 comments on commit 1c0e601

Please sign in to comment.