diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/Test.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 29a655043..6708840b5 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -212,10 +212,11 @@ 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 + run: | + ./scripts/macosx/install-ada.sh + brew --prefix llvm + ls -l $(brew --prefix llvm) + brew --prefix - name: '🚧 Build and 🚦 Test GHDL' run: | |