aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push.yml
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-08 05:25:50 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2021-01-08 05:25:50 +0100
commit485a57417e8b24f5df0909761fee20b4908bac16 (patch)
treeb508c7f47d6bdb1d71f1517e220dfaf275d4e6b1 /.github/workflows/push.yml
parent5a6c0f08504c12d79a64780c0182eee72635ca2e (diff)
downloadghdl-485a57417e8b24f5df0909761fee20b4908bac16.tar.gz
ghdl-485a57417e8b24f5df0909761fee20b4908bac16.tar.bz2
ghdl-485a57417e8b24f5df0909761fee20b4908bac16.zip
ci/macos: p7zip is pre-installed now
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r--.github/workflows/push.yml5
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: |