mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-14 00:46:34 +03:00
ci: fix package update command in test workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user