We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4231329 commit 7a53a67Copy full SHA for 7a53a67
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
env ASSUME_ALWAYS_YES=yes pkg bootstrap -f
62
pkg update -f
63
PYPKG="$(pkg search -q '^py3[0-9]*-libzfs' | head -n 1 | sed 's/-libzfs.*//')"
64
- pkg install -y python3 "${PYPKG}-libzfs" "${PYPKG}-ucl" "${PYPKG}-sqlite3" "${PYPKG}-setuptools" "${PYPKG}-pip" git
+ pkg install -y python3 "${PYPKG}-libzfs" "${PYPKG}-ucl" "${PYPKG}-sqlite3" "${PYPKG}-setuptools" "${PYPKG}-pip" git rsync
65
mount -t fdescfs null /dev/fd
66
kldload if_epair 2>/dev/null || true
67
kldload zfs 2>/dev/null || true
0 commit comments