diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/push.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9a7714759..5591b9c81 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -103,10 +103,7 @@ jobs: uses: actions/checkout@v2 - name: '⚙️ Dependencies (brew)' - run: | - brew update || true - brew install p7zip - ./scripts/macosx/install-ada.sh + run: ./scripts/macosx/install-ada.sh - name: Build and test GHDL run: | |