Skip to content

Commit 229beab

Browse files
committed
Revert CI bug workaround
1 parent 74227ee commit 229beab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Moodle Plugin CI
2-
# Based on version gha.dist.yml version 4.5.3
2+
# Based on version gha.dist.yml version 4.5.4
33

44
on:
55
push:
@@ -63,9 +63,7 @@ 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
67-
# Install nvm v0.39.7 (temp workaround for issue #309).
68-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
66+
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
6967
7068
- name: Install moodle-plugin-ci
7169
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)