We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a554b59 commit ff6b157Copy full SHA for ff6b157
1 file changed
.github/workflows/cross-build.yml
@@ -27,6 +27,9 @@ jobs:
27
with:
28
submodules: recursive
29
30
+ - name: Install required packages to run the virtual machine
31
+ run: apt update && apt install -y zstd
32
+
33
- name: Test in FreeBSD
34
uses: vmactions/freebsd-vm@v1
35
0 commit comments