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.
1 parent b06a2f6 commit 101be46Copy full SHA for 101be46
.github/workflows/moodle-ci.yml
@@ -60,7 +60,8 @@ jobs:
60
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
61
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
62
sudo locale-gen en_AU.UTF-8
63
- echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
+ # Install nvm v0.39.7 (temp workaround for issue https://github.com/moodlehq/moodle-plugin-ci/issues/309).
64
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
65
66
- name: Install moodle-plugin-ci
67
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments