Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Added deprecation message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels authored Jan 12, 2025
1 parent a202b07 commit c5ec0fa
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@

<p align="center">
<a title="'Test' workflow Status" href="https://github.com/ghdl/setup-ghdl-ci/actions/workflows/test.yml"><img alt="'test' workflow Status" src="https://img.shields.io/github/actions/workflow/status/ghdl/setup-ghdl-ci/test.yml?branch=master&longCache=true&style=flat-square&label=Test&logo=GitHubActions&logoColor=fff"></a><!--
-->
</p>

# 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.
Expand Down

0 comments on commit c5ec0fa

Please # to comment.