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:
parent
b340b86975
commit
25969237f5
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue