Skip to content

Commit

Permalink
Use the TW image as the base
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 9, 2023
1 parent 5c5f109 commit f980813
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@ jobs:
doc_check:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed" ]

container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
image: registry.opensuse.org/opensuse/tumbleweed:latest

steps:

Expand All @@ -55,7 +50,8 @@ jobs:
run: zypper modifyrepo -d repo-non-oss repo-openh264 repo-update && zypper ref

- name: Install Ruby development files and XML tooling
run: zypper --non-interactive install gcc gcc-c++ make libopenssl-devel ruby-devel augeas-devel xmlstarlet
run: zypper --non-interactive install --no-recommends
gcc gcc-c++ make libopenssl-devel ruby-devel augeas-devel libxml2-devel xmlstarlet

- name: Cache RubyGems
uses: actions/cache@v3
Expand Down

0 comments on commit f980813

Please sign in to comment.