From 2f514106ea4b5ce4fe00dbe960fc8912782fb7aa Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 2 Apr 2020 11:55:04 +0200 Subject: [PATCH] github: don't install ruby twice. Change-Id: Id6edfca6f98ecfd5c30b5973f81980a8e8d935d4 Reviewed-on: https://code.wireshark.org/review/36668 Reviewed-by: Alexis La Goutte Reviewed-by: Dario Lombardo --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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