Skip to content

Commit 155806d

Browse files
committed
fixup! fixup! fixup! ci(32bit): use custom image to run PHP unit tests on 32bit
1 parent f791cc1 commit 155806d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit-32bits.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Install node
3838
run: |
3939
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
40+
export NVM_DIR="$HOME/.nvm"
41+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
4042
nvm install 24
4143
4244
- name: Checkout server

0 commit comments

Comments
 (0)