diff options
author | Dario Lombardo <lomato@gmail.com> | 2020-03-08 21:33:58 +0100 |
---|---|---|
committer | Dario Lombardo <lomato@gmail.com> | 2020-03-09 20:20:58 +0000 |
commit | 1594112d3438e708f62a15b79c6f5cf716b7f2d4 (patch) | |
tree | fc8bff58dbe13f40f43b5fd5aba787ea6ff89413 /.github | |
parent | d8ac2a046b85823019b6826e505aaa538e223484 (diff) | |
download | wireshark-1594112d3438e708f62a15b79c6f5cf716b7f2d4.tar.gz wireshark-1594112d3438e708f62a15b79c6f5cf716b7f2d4.tar.bz2 wireshark-1594112d3438e708f62a15b79c6f5cf716b7f2d4.zip |
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 <lomato@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |