From 4680026dace2ee36aa06475c02fa536d0b536411 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 4 Jul 2022 21:48:35 +0200 Subject: Test.yml: fix syntax --- .github/workflows/Test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3