diff options
author | Dario Lombardo <lomato@gmail.com> | 2020-04-02 11:55:04 +0200 |
---|---|---|
committer | Dario Lombardo <lomato@gmail.com> | 2020-04-03 16:27:55 +0000 |
commit | 2f514106ea4b5ce4fe00dbe960fc8912782fb7aa (patch) | |
tree | c29093529615845bc93f169dae6ee68fe6c05974 /.github | |
parent | 65bcd03ce81432c212532c156a95a45e6dbca8f8 (diff) | |
download | wireshark-2f514106ea4b5ce4fe00dbe960fc8912782fb7aa.tar.gz wireshark-2f514106ea4b5ce4fe00dbe960fc8912782fb7aa.tar.bz2 wireshark-2f514106ea4b5ce4fe00dbe960fc8912782fb7aa.zip |
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
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 |