Skip to content

Commit

Permalink
add HACK for "uninitialized constant Nokogiri::HTML4 Issue" in redmi…
Browse files Browse the repository at this point in the history
…ne_plugin.yml
  • Loading branch information
cat-in-136 authored Nov 11, 2023
1 parent 33a8828 commit 1fe4a83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/redmine_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: uninitialized constant Nokogiri::HTML4 Issue HACK ref. https://qiita.com/Mattani/items/c4bcc95a72b69d1c0489
uses: DamianReeves/[email protected]
with:
path: ./redmine/Gemfile.local
contents: |
gem 'loofah', '~> 2.20.0'
if: contains(fromJSON('["2.6 redmine/[email protected]", "2.6 redmine/[email protected]", "2.5 redmine/[email protected]"]'), matrix.mat_env)

- name: Before script
run: |
cd ./redmine
Expand Down

0 comments on commit 1fe4a83

Please sign in to comment.