From 25969237f573fd2e18e98d4d031eada222685ca3 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 28 Oct 2022 10:41:58 +1030 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 045843d40..c9b9ad182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |