Skip to content

Commit 314ad6b

Browse files
committed
[ci] update GHDL action
1 parent 34f89e2 commit 314ad6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
submodules: recursive
2828

2929
- name: '📦 Install GHDL'
30-
uses: ghdl/setup-ghdl-ci@nightly
30+
uses: ghdl/setup-ghdl@v1
31+
with:
32+
version: nightly
33+
backend: mcode
3134

3235
- name: '🔍 Check tools'
3336
run: ghdl -v

0 commit comments

Comments
 (0)