ci: Switch install to --dev.

This commit is contained in:
Florent Kermarrec 2023-09-17 21:59:55 +02:00
parent 639462ce46
commit de608ee114
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
# Install (n)Migen / LiteX / Cores
- name: Install LiteX
run: |
python3 litex_setup.py --config=full --init --install --user
python3 litex_setup.py --config=full --init --install --user --dev
# Install GCC Toolchains
- name: Install GCC Toolchains