Skip to content

Commit d9f9e12

Browse files
committed
Updated README.
1 parent b8ed75e commit d9f9e12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
update: true
107107

108108
- name: Setup GHDL (${{ matrix.os.backend }}) ${{ matrix.version.install }} on ${{ matrix.os.runtime }}
109-
uses: ghdl/setup-ghdl@paebbels/get-latest-version-from-nightly
109+
uses: ghdl/setup-ghdl@dev
110110
with:
111111
version: ${{ matrix.version.install }}
112112
backend: ${{ matrix.os.backend }}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This composite action, installs GHDL in a GitHub Action's workflow job.
1414
* tagged release like `5.0.1`, `5.1.1`, or
1515
* latest release, currently `5.1.1`, or
1616
* `nightly` release (rolling release).
17+
* `latest` release (retrieved from latest *nightly release*'s `inventory.json`).
1718
* Select GHDL backend:
1819
* mcode
1920
* LLVM
@@ -24,7 +25,7 @@ This composite action, installs GHDL in a GitHub Action's workflow job.
2425
* Ubuntu 24.04 (LTS),
2526
* macOS-13 (x86-64),
2627
* macOS-14 (aarch64)
27-
* Windows Server 2022.
28+
* Windows Server 2025.
2829

2930
## Usage
3031

@@ -80,7 +81,7 @@ jobs:
8081
8182
| Parameter | Required | Default | Description |
8283
|---------------------|:--------:|-------------|---------------------------------------------------------------------------------------------------------------------------------------------|
83-
| `version` | no | `'nightly'` | A tagged GHDL version starting at `v5.1.1` or `nightly`. |
84+
| `version` | no | `'nightly'` | A tagged GHDL version starting at `v5.1.1`, `latest` or `nightly`. |
8485
| `backend` | no | `'mcode'` | GHDL backend: `llvm`, `llvm-jit`, `mcode`, `gcc`. |
8586
| `runtime` | no | `''` | If runner OS is Windows, a MSYS2 runtime can be selected (`mingw64`, `ucrt64`). If not set, Windows native is used (not MSYS2 environment). |
8687
| `install-directory` | no | `'install'` | Local installation directory, in case an archive asset is downloaded and extracted. |

0 commit comments

Comments
 (0)