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 6482b40 commit 3490ffbCopy full SHA for 3490ffb
.github/workflows/ci.yml
@@ -56,7 +56,8 @@ jobs:
56
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
57
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
58
sudo locale-gen en_AU.UTF-8
59
- echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
+ # Install nvm v0.39.7 (temp workaround for issue #309).
60
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
61
62
- name: Install moodle-plugin-ci
63
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments