We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328e9ec commit 1646ac2Copy full SHA for 1646ac2
.github/workflows/ruby.yml
@@ -44,8 +44,8 @@ jobs:
44
bundler: none
45
- name: Set working directory as safe
46
run: git config --global --add safe.directory $(pwd)
47
- - name: Set up permission
48
- run: chmod -R o-w /opt/hostedtoolcache/Ruby
+ # - name: Set up permission
+ # run: chmod -R o-w /opt/hostedtoolcache/Ruby
49
- name: Install dependencies
50
run: |
51
sudo apt-get update
0 commit comments