Skip to content

Commit d879920

Browse files
authored
Temp fix for moodle-plugin-ci
1 parent 8ad5720 commit d879920

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
@@ -63,7 +63,8 @@ jobs:
6363
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
6464
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
6565
sudo locale-gen en_AU.UTF-8
66-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
66+
# Install nvm v0.39.7 (temp workaround for issue https://github.com/moodlehq/moodle-plugin-ci/issues/309).
67+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
6768
6869
- name: Install moodle-plugin-ci
6970
run: |

0 commit comments

Comments
 (0)