Skip to content

Commit

Permalink
fix: temporary workaround for moodlehq/moodle-plugin-ci#309
Browse files Browse the repository at this point in the history
  • Loading branch information
RiedleroD committed Sep 30, 2024
1 parent 48c820e commit 0e5f38c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gha.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ jobs:
sudo locale-gen en_AU.UTF-8
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Install NVM and Node # TODO: remove this step after https://github.com/moodlehq/moodle-plugin-ci/issues/309 is fixed
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 20
nvm use 20
- name: Install moodle-plugin-ci
run: |
moodle-plugin-ci install --plugin ./plugin/lbplanner --db-host=127.0.0.1
Expand Down

0 comments on commit 0e5f38c

Please sign in to comment.