Skip to content

Commit

Permalink
Merge pull request ruby#179 from Shopify/fix-ci
Browse files Browse the repository at this point in the history
Fix compilers CI
  • Loading branch information
casperisfine committed Aug 24, 2021
2 parents 73eb386 + 5b97eef commit 6b173b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,12 @@ jobs:

name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest
container: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
container:
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
options: --user root
steps:
- run: id
working-directory:
- run: mkdir build
working-directory:
- name: setenv
Expand Down

0 comments on commit 6b173b5

Please sign in to comment.