aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-04-02 11:35:19 +0200
committerDario Lombardo <lomato@gmail.com>2020-04-03 16:27:42 +0000
commit65bcd03ce81432c212532c156a95a45e6dbca8f8 (patch)
tree34e628ba23d7efe0b0b0e5d3aa1410fc8c10d9b9 /.github
parent764b4d3bb3891f9edb57b09d4c7ab51b095b0730 (diff)
github: install ruby via action v1.1.1.
Action v1 is buggy and has been fixed in v1.1.1. Error: sudo ln -sf /Users/runner/hostedtoolcache/Ruby/2.6.5/x64/bin/ruby /usr/bin/ruby ln: /usr/bin/ruby: Operation not permitted (node:1010) UnhandledPromiseRejectionWarning: Error: The process 'sudo' failed with exit code 1 at ExecState._setResult (/Users/runner/runners/2.165.2/work/_actions/actions/setup-ruby/v1/node_modules/@actions/exec/lib/toolrunner.js:547:25) at ExecState.CheckComplete (/Users/runner/runners/2.165.2/work/_actions/actions/setup-ruby/v1/node_modules/@actions/exec/lib/toolrunner.js:530:18) at ChildProcess.<anonymous> (/Users/runner/runners/2.165.2/work/_actions/actions/setup-ruby/v1/node_modules/@actions/exec/lib/toolrunner.js:430:27) at ChildProcess.emit (events.js:210:5) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) Change-Id: I2b715291265d4675b46850006bd3fbecaaf9f4be Reviewed-on: https://code.wireshark.org/review/36667 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 2ae6c41673..cea1c986fc 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.8
- name: Set up Ruby 2.6
- uses: actions/setup-ruby@v1
+ uses: actions/setup-ruby@v1.1.1
with:
ruby-version: '2.6'
- name: Install deps