Skip to content

Commit

Permalink
ci: Install Meson/Ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 1, 2021
1 parent d2b2ba6 commit feee435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
# Install Tools
- name: Install Tools
run: |
sudo apt-get install wget build-essential python3
sudo apt-get install wget build-essential python3 ninja-build
pip3 install setuptools
pip3 install requests
pip3 install pexpect
pip3 install meson
# Install (n)Migen / LiteX / Cores
- name: Install LiteX
Expand Down

0 comments on commit feee435

Please sign in to comment.