Skip to content

Commit cbdbf30

Browse files
committed
* Update the FreeBSD build workflow - Use rsync
1 parent b60b407 commit cbdbf30

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/freebsd_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ jobs:
2929

3030
- name: Build in FreeBSD VM
3131
id: freebsd_build
32-
uses: vmactions/freebsd-vm@v1.2.1
32+
uses: vmactions/freebsd-vm@v1.2.8
3333
with:
3434
release: ${{ matrix.release }}
3535
arch: ${{ matrix.arch }}
3636
usesh: true
37-
sync: sshfs
37+
sync: rsync
38+
mem: 4096
3839
prepare: |
40+
pkg update
3941
pkg install -y cmake git ninja pkgconf webkit2-gtk_60
4042
4143
run: |

0 commit comments

Comments
 (0)