.github: downgrade vmactions/netbsd-vm to 1.2.3

Latest vmactions/netbsd-vm release (1.2.4) broke several things,
eg. not chdir'ing into the working tree and NetBSD became *extremely*
slow (5mins job now slowed down to hours).

For the time being, it's better to just go back to 1.2.3.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-22 12:53:25 +01:00
parent 306e4a8a3f
commit 32210c1990

View File

@@ -266,7 +266,7 @@ jobs:
MESON_ARGS: -Dwerror=true -Dxephyr=true -Dxorg=true -Dxvfb=true -Dxnest=true -Dxfbdev=false
steps:
- uses: actions/checkout@v4
- uses: vmactions/netbsd-vm@v1
- uses: vmactions/netbsd-vm@v1.2.3
id: vm
with:
envs: 'MESON_ARGS'