We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9299faa commit 2db48d8Copy full SHA for 2db48d8
.github/workflows/8.19.yml
@@ -31,6 +31,9 @@ jobs:
31
- uses: ruby/setup-ruby@v1
32
with:
33
ruby-version: ${{ matrix.ruby }}
34
+ # Workaround for https://github.com/actions/runner-images/issues/13647
35
+ - name: Fix gem directory permissions
36
+ run: sudo chmod +t $(ruby -e 'puts Gem.default_dir')/gems
37
- name: Build
38
run: |
39
sudo apt-get update
.github/workflows/otel.yml
@@ -33,6 +33,9 @@ jobs:
40
41
0 commit comments