We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f4b23 + 96c1e36 commit 394e56aCopy full SHA for 394e56a
.github/workflows/moodle-plugin-ci.yml
@@ -82,7 +82,10 @@ jobs:
82
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
83
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
84
sudo locale-gen en_AU.UTF-8
85
- echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
+
86
+ # Install nvm v0.39.7 as a temporary workaround for issue:
87
+ # https://github.com/moodlehq/moodle-plugin-ci/issues/309
88
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
89
90
- name: Install moodle-plugin-ci
91
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments