Skip to content

Commit

Permalink
Fix for nvm issue
Browse files Browse the repository at this point in the history
fixes #5 temporary
  • Loading branch information
ferishili authored Aug 20, 2024
1 parent 8d79fd4 commit 39b3f53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ 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
# echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
# Install nvm v0.39 (workaround for https://github.com/moodlehq/moodle-plugin-ci/issues/309).
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- name: Install tool plugin
if: ${{ inputs.requires-tool-plugin == true }}
Expand Down

0 comments on commit 39b3f53

Please sign in to comment.