diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-08 05:25:50 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-08 05:25:50 +0100 |
commit | 485a57417e8b24f5df0909761fee20b4908bac16 (patch) | |
tree | b508c7f47d6bdb1d71f1517e220dfaf275d4e6b1 | |
parent | 5a6c0f08504c12d79a64780c0182eee72635ca2e (diff) | |
download | ghdl-485a57417e8b24f5df0909761fee20b4908bac16.tar.gz ghdl-485a57417e8b24f5df0909761fee20b4908bac16.tar.bz2 ghdl-485a57417e8b24f5df0909761fee20b4908bac16.zip |
ci/macos: p7zip is pre-installed now
-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: | |