Skip to content

Commit

Permalink
Fix compilers CI
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 24, 2021
1 parent 73eb386 commit 5b97eef
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 5b97eef

Please sign in to comment.