Skip to content

Commit e4b6a92

Browse files
authored
Temporary fix for CI moodlehq/moodle-plugin-ci#310
1 parent 0a4dc68 commit e4b6a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
110110
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
111111
sudo locale-gen en_AU.UTF-8
112-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
112+
# echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
113+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
113114
114115
- name: Install moodle-plugin-ci
115116
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)