aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-04 21:41:39 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-04 21:41:39 +0200
commit3286128ab704a001ac88ac0f9db3765094627b86 (patch)
tree542b3019d13cf11ddd8314fc76f00fb2f3a27f93 /.github
parent470df2c9de265c4dffbf610f1617ac4e835888df (diff)
downloadghdl-3286128ab704a001ac88ac0f9db3765094627b86.tar.gz
ghdl-3286128ab704a001ac88ac0f9db3765094627b86.tar.bz2
ghdl-3286128ab704a001ac88ac0f9db3765094627b86.zip
github/workflows: add log for llvm on macos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 0ede8cee3..b657a2f32 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -213,6 +213,9 @@ jobs:
# Although we cache this, we let the script run to check if the cache is valid (without conditions)
- name: '⚙ Dependencies (brew)'
run: ./scripts/macosx/install-ada.sh
+ run: brew --prefix llvm
+ run: ls -l $(brew --prefix llvm)
+ run: brew --prefix
- name: '🚧 Build and 🚦 Test GHDL'
run: |