From 1594112d3438e708f62a15b79c6f5cf716b7f2d4 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Sun, 8 Mar 2020 21:33:58 +0100 Subject: [PATCH] github: setup ruby in macos workflow. This is required to call asciidoctor. Change-Id: Iff47a9d6b92f68d0b5ec611570cd2bbc2c56c926 Reviewed-on: https://code.wireshark.org/review/36340 Reviewed-by: Dario Lombardo --- .github/workflows/macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8c131f63be..f2bd33bafd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,6 +13,10 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.8 + - name: Set up Ruby 2.6 + uses: actions/setup-ruby@v1 + with: + ruby-version: '2.6' - name: Install deps run: ./tools/macos-setup-brew.sh ruby - name: Install dmgbuild