Skip to content

Commit 9caa2ee

Browse files
committed
Remove temp workaround for nvm in moodle-plugin-ci
1 parent 4d9e540 commit 9caa2ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
5555
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
5656
sudo locale-gen en_AU.UTF-8
57-
# Install nvm v0.39.7 (temp workaround for issue #309).
58-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
57+
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
5958
6059
- name: Install moodle-plugin-ci
6160
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)