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:
Joel Stanley 2022-10-28 10:41:58 +10:30
parent b340b86975
commit 25969237f5
1 changed files with 4 additions and 0 deletions

View File

@ -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: |