Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Aug 16, 2024
1 parent ff2b6af commit c008ece
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ruby-tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,19 @@ jobs:
- name: Install TeXLive 2021 in ubuntu
if: runner.os == 'Linux'
run: |
sudo apt-get update -y -qq && sudo apt-get install -y -qq texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra texlive-luatex texlive-extra-utils texlive-latex-extra dvipng poppler-utils
sudo apt-get update -y -qq && sudo apt-get install -y -qq texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra texlive-luatex texlive-extra-utils texlive-latex-extra dvipng poppler-utils libfuse2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: use vendor's imagemagick
run: |
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick:${PATH}
chmod 755 ${GITHUB_WORKSPACE}/vendor/imagemagick/magick
ln -s ${GITHUB_WORKSPACE}/vendor/imagemagick/magick ${GITHUB_WORKSPACE}/vendor/imagemagick/compare
which compare
magick -version
compare -version
- name: fix ImageMagick policy.xml on Linux
if: runner.os == 'Linux'
run: sudo sed -i 's/none/read|write/g' /etc/ImageMagick-6/policy.xml
Expand All @@ -34,6 +42,7 @@ jobs:
node-version: 18
- name: Build and test with Rake
run: |
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick:${PATH}
gem install bundler --no-document
bundle install --retry 3
bundle exec rake
Binary file added vendor/imagemagick/magick
Binary file not shown.

1 comment on commit c008ece

@oliverliam14
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pay for reviews is a practice where individuals or businesses provide monetary compensation, discounts, or other incentives to customers, users, or third-party individuals in exchange for writing reviews about a product, service, or business. These reviews are typically published on online platforms such as e-commerce websites, social media, review forums, or dedicated review sites. non drop google reviews

Please sign in to comment.