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 e2aef97 commit aa69d59Copy full SHA for aa69d59
.github/workflows/ci.yml
@@ -45,7 +45,9 @@ jobs:
45
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
46
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
47
sudo locale-gen en_AU.UTF-8
48
- echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
+ #echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
49
+ # Install nvm v0.39.7 (Temporary workaround for https://github.com/moodlehq/moodle-plugin-ci/issues/309).
50
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
51
- name: Install moodle-plugin-ci
52
run: |
53
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments