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 217cd26
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 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,9 @@ 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
libxslt-devel libxml2-devel xmlstarlet

- name: Cache RubyGems
uses: actions/cache@v3
Expand All @@ -64,6 +61,8 @@ jobs:
path: service/vendor/bundle

- name: Install RubyGems
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: 1
run: |
bundle config set --local path 'vendor/bundle'
bundle install
Expand Down

0 comments on commit 217cd26

Please sign in to comment.