diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 064c4161b..0d511f32b 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -212,7 +212,7 @@ 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 list |