Skip to content

Commit 6b173b5

Browse files
authored
Merge pull request ruby#179 from Shopify/fix-ci
Fix compilers CI
2 parents 73eb386 + 5b97eef commit 6b173b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compilers.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,12 @@ jobs:
168168

169169
name: ${{ matrix.entry.name }}
170170
runs-on: ubuntu-latest
171-
container: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
171+
container:
172+
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
173+
options: --user root
172174
steps:
175+
- run: id
176+
working-directory:
173177
- run: mkdir build
174178
working-directory:
175179
- name: setenv

0 commit comments

Comments
 (0)