diff --git a/README.md b/README.md index 8db1aac..fa4b885 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

'test' workflow Status @@ -6,6 +5,20 @@ # GitHub Action to setup [GHDL](https://github.com/ghdl/ghdl) +> [!CAUTION] +> This GitHub Action has been deprecated in favor of [setup-ghdl](https://github.com/ghdl/setup-ghdl). +> ```yml +> jobs: +> GHDL-on-Ubuntu: +> runs-on: ubuntu-24.04 +> steps: +> - name: Run VHDL Simulation +> uses: ghdl/setup-ghdl@v1 +> with: +> version: nightly +> backend: mcode +> ``` + **setup-ghdl-ci** is a JavaScript GitHub Action (GHA) to setup GHDL using [nightly](https://github.com/ghdl/ghdl/releases/tag/nightly) release assets. Latest packages are retrieved and installed along with required dependencies, to enable testing of VHDL designs in Continuous Integration (CI) workflows. Currently, GitHub Actions workflow tasks running on Ubuntu or Windows are supported only. Precisely [environments](https://github.com/actions/virtual-environments#available-environments) `ubuntu-20.04`, `ubuntu-22.04`, `ubuntu-24.04`|`ubuntu-latest`, `windows-2019` or `windows-2022`|`windows-latest` can be used.