From c1f5a84a1450543b71e0ac3c60f6149a3d7e84f4 Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Sat, 4 Jul 2026 15:18:09 +0900 Subject: [PATCH] Setup Subversion and Mercurial on Github Actions --- .github/actions/setup-redmine/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-redmine/action.yml b/.github/actions/setup-redmine/action.yml index fd4fddb11..8e833b6e5 100644 --- a/.github/actions/setup-redmine/action.yml +++ b/.github/actions/setup-redmine/action.yml @@ -16,7 +16,7 @@ runs: shell: bash run: | sudo apt-get update - sudo apt-get install --yes --quiet ghostscript gsfonts locales bzr cvs imagemagick + sudo apt-get install --yes --quiet ghostscript gsfonts locales subversion bzr cvs mercurial imagemagick sudo locale-gen en_US # for bazaar non ascii test - name: Allow imagemagick to read PDF files @@ -61,7 +61,7 @@ runs: shell: bash env: RAILS_ENV: test - SCMS: subversion,git,git_utf8,filesystem,bazaar,cvs + SCMS: subversion,git,git_utf8,filesystem,bazaar,cvs,mercurial run: | bundle exec rake ci:about bundle exec rake ci:setup -- 2.50.1