Skip to content

Commit a4211a4

Browse files
committed
Remove temp workaround for nvm in moodle-plugin-ci
1 parent 4af709d commit a4211a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
5050
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
5151
sudo locale-gen en_AU.UTF-8
52-
# Install nvm v0.39.7 (temp workaround for issue #309).
53-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
52+
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
5453
5554
- name: Install moodle-plugin-ci
5655
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)