ci: fix package update command in test workflow

This commit is contained in:
hayzamjs
2026-04-24 21:41:39 +05:30
parent ccedac414d
commit fd1b40dd1e
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: pkg update d&& pkg install -y node24 npm-node24 go git
prepare: pkg update && pkg install -y node24 npm-node24 go git
run: |
make test