From 8519d296243b6e115132a173fc905d43513fe5fe Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 5 Jul 2022 06:41:03 +0200 Subject: Test.yml: list brew package on macos --- .github/workflows/Test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3