Skip to content

Commit ce6c7f9

Browse files
committed
Fix GHA failing due to moodlehq/moodle-plugin-ci#309.
This is a temporary fix and if this is fixed upstream we should consider reverting this.
1 parent 6a40e57 commit ce6c7f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
6161
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
6262
sudo locale-gen en_AU.UTF-8
63-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
63+
# Install nvm v0.39.7 (temp workaround for issue https://github.com/moodlehq/moodle-plugin-ci/issues/309).
64+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
6465
6566
- name: Install moodle-plugin-ci
6667
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)