Skip to content

Commit aa69d59

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
4646
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
4747
sudo locale-gen en_AU.UTF-8
48-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
48+
#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
4951
- name: Install moodle-plugin-ci
5052
run: |
5153
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)