diff options
-rw-r--r-- | .github/workflows/Test.yml | 3 |
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: | |