From 3490ffba6c3901a77e6e3de173f232d04e45d97e Mon Sep 17 00:00:00 2001 From: st143971 Date: Mon, 12 Aug 2024 11:27:41 +0200 Subject: [PATCH] Because of known GitHub Action issue (https://github.com/moodlehq/moodle-plugin-ci/issues/309) we swap to temporary workaround (https://github.com/moodlehq/moodle-plugin-ci/pull/310) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35b7f9..290e82b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,8 @@ jobs: echo $(cd ci/bin; pwd) >> $GITHUB_PATH echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH sudo locale-gen en_AU.UTF-8 - echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV + # Install nvm v0.39.7 (temp workaround for issue #309). + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash - name: Install moodle-plugin-ci run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1