diff options
Diffstat (limited to '.github/workflows/Test.yml')
-rw-r--r-- | .github/workflows/Test.yml | 6 |
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: | |