Skip to content

Commit 2d2114e

Browse files
committed
nfs
1 parent a686b80 commit 2d2114e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Install required packages to run the virtual machine
31-
run: apt update && apt install -y zstd
31+
run: apt-get update && apt-get install -y zstd
3232

3333
# IMPORTANT: this will fail with Proxmox.
3434
- name: Test in FreeBSD
3535
uses: vmactions/freebsd-vm@v1
3636
with:
3737
envs: 'VERSION'
38-
release: "14.4"
38+
# release: "14.4"
39+
sync: nfs
3940
usesh: true
4041
run: |
4142
pwd

0 commit comments

Comments
 (0)