aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-05 06:41:03 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-05 06:41:03 +0200
commit8519d296243b6e115132a173fc905d43513fe5fe (patch)
tree149b58591fe7c5b38eaebd80ad13af9b83546bc3 /.github
parent811dbc83d990ea31f78a4775ffa7434298d4b5ae (diff)
downloadghdl-8519d296243b6e115132a173fc905d43513fe5fe.tar.gz
ghdl-8519d296243b6e115132a173fc905d43513fe5fe.tar.bz2
ghdl-8519d296243b6e115132a173fc905d43513fe5fe.zip
Test.yml: list brew package on macos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 0460f88f7..064c4161b 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -212,11 +212,9 @@ jobs:
# Although we cache this, we let the script run to check if the cache is valid (without conditions)
- name: '⚙ Dependencies (brew)'
- run: |
+ run:
./scripts/macosx/install-ada.sh
- brew --prefix llvm
- brew ls --verbose llvm
- brew --prefix
+ brew list
- name: '🚧 Build and 🚦 Test GHDL'
run: |