aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-04-02 11:55:04 +0200
committerDario Lombardo <lomato@gmail.com>2020-04-03 16:27:55 +0000
commit2f514106ea4b5ce4fe00dbe960fc8912782fb7aa (patch)
treec29093529615845bc93f169dae6ee68fe6c05974
parent65bcd03ce81432c212532c156a95a45e6dbca8f8 (diff)
github: don't install ruby twice.
Change-Id: Id6edfca6f98ecfd5c30b5973f81980a8e8d935d4 Reviewed-on: https://code.wireshark.org/review/36668 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index cea1c986fc..77a215b1ab 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -18,7 +18,7 @@ jobs:
with:
ruby-version: '2.6'
- name: Install deps
- run: ./tools/macos-setup-brew.sh ruby
+ run: ./tools/macos-setup-brew.sh
- name: Install dmgbuild
run: pip3 install dmgbuild
- name: Install asciidoctor