Skip to content

Commit

Permalink
manually add nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Jan 9, 2025
1 parent 45db836 commit 24ad867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
curl -O -s https://raw.githubusercontent.com/moodle/moodle/refs/heads/${{ matrix.moodle-branch }}/npm-shrinkwrap.json
curl -O -s https://raw.githubusercontent.com/moodle/moodle/refs/heads/${{ matrix.moodle-branch }}/package.json
npm ci
mkdir $HOME/.nvm
curl -o $HOME/.nvm/nvm.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh
- name: Setup PHP ${{ env.php }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 24ad867

Please sign in to comment.