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 14121b8 commit 74227eeCopy full SHA for 74227ee
.github/workflows/ci.yml
@@ -63,7 +63,9 @@ jobs:
63
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
64
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
65
sudo locale-gen en_AU.UTF-8
66
- echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
+ # echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
67
+ # Install nvm v0.39.7 (temp workaround for issue #309).
68
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
69
70
- name: Install moodle-plugin-ci
71
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments