Skip to content

Commit 3490ffb

Browse files
author
st143971
committed
Because of known GitHub Action issue (moodlehq/moodle-plugin-ci#309) we swap to temporary workaround (moodlehq/moodle-plugin-ci#310)
1 parent 6482b40 commit 3490ffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
5757
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
5858
sudo locale-gen en_AU.UTF-8
59-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
59+
# Install nvm v0.39.7 (temp workaround for issue #309).
60+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
6061
6162
- name: Install moodle-plugin-ci
6263
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)