We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5618feb commit a686b80Copy full SHA for a686b80
1 file changed
.github/workflows/cross-build.yml
@@ -30,10 +30,12 @@ jobs:
30
- name: Install required packages to run the virtual machine
31
run: apt update && apt install -y zstd
32
33
+ # IMPORTANT: this will fail with Proxmox.
34
- name: Test in FreeBSD
35
uses: vmactions/freebsd-vm@v1
36
with:
37
envs: 'VERSION'
38
+ release: "14.4"
39
usesh: true
40
run: |
41
pwd
0 commit comments