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 a702264 commit 4f07b50Copy full SHA for 4f07b50
.github/workflows/moodle-plugin-ci.yml
@@ -117,7 +117,9 @@ jobs:
117
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
118
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
119
sudo locale-gen en_AU.UTF-8
120
- echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
+ #echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
121
+ # Install nvm v0.39.7 (Temporary workaround for https://github.com/moodlehq/moodle-plugin-ci/issues/309).
122
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
123
124
- name: Install moodle-plugin-ci
125
run: |
0 commit comments