mirror of
https://github.com/Dasharo/litex.git
synced 2026-03-06 14:58:06 -08:00
github: Add GHDL to build environment
GHDL provides a github action that adds a nightly build to the CI environment: https://github.com/ghdl/setup-ghdl-ci Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -13,6 +13,10 @@ jobs:
|
||||
- name: Setup CCache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
|
||||
- uses: ghdl/setup-ghdl-ci@nightly
|
||||
with:
|
||||
backend: llvm
|
||||
|
||||
# Install Tools
|
||||
- name: Install Tools
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user