Skip to content

Commit

Permalink
ci: Switch install to --dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 17, 2023
1 parent 639462c commit de608ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de608ee

Please sign in to comment.