Skip to content

Commit

Permalink
Because of known GitHub Action issue (moodlehq/moodle-plugin-ci#309) …
Browse files Browse the repository at this point in the history
…we swap to temporary workaround (moodlehq/moodle-plugin-ci#310)
  • Loading branch information
st143971 committed Aug 12, 2024
1 parent 6482b40 commit 3490ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
# Install nvm v0.39.7 (temp workaround for issue #309).
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
Expand Down

0 comments on commit 3490ffb

Please sign in to comment.