Skip to content

Commit ff0526a

Browse files
committed
GitHub: Install nvm v0.39.7 (Temporary workaround for moodlehq/moodle-plugin-ci#309)
1 parent ba80822 commit ff0526a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/moodle-plugin-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ jobs:
117117
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
118118
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
119119
sudo locale-gen en_AU.UTF-8
120-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
120+
#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
121123
122124
- name: Install moodle-plugin-ci
123125
run: |

0 commit comments

Comments
 (0)