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 8ad5720 commit d879920Copy full SHA for d879920
.github/workflows/moodle-ci.yml
@@ -63,7 +63,8 @@ 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
+ # Install nvm v0.39.7 (temp workaround for issue https://github.com/moodlehq/moodle-plugin-ci/issues/309).
67
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
68
69
- name: Install moodle-plugin-ci
70
run: |
0 commit comments