Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

ci: add libsystemd-dev dependency

Changed files
+14
.fluentci
src
dagger
+14
.fluentci/src/dagger/jobs.ts
··· 71 71 "libasound2-dev:armhf", 72 72 "libdbus-1-dev:armhf", 73 73 "libdbus-1-3:armhf", 74 + "libsystemd-dev:armhf", 74 75 "libsystemd0:armhf", 75 76 "libasound2:arm64", 76 77 "libasound2-dev:arm64", 77 78 "libdbus-1-dev:arm64", 78 79 "libdbus-1-3:arm64", 80 + "libsystemd-dev:arm64", 79 81 "libsystemd0:arm64", 80 82 ]) 81 83 .withExec([ ··· 117 119 .withExec([ 118 120 "dpkg", 119 121 "-x", 122 + "libsystemd-dev_247.3-7+deb11u7_armhf.deb", 123 + "/build/sysroot/", 124 + ]) 125 + .withExec([ 126 + "dpkg", 127 + "-x", 120 128 "libsystemd0_247.3-7+deb11u7_armhf.deb", 121 129 "/build/sysroot/", 122 130 ]) ··· 130 138 "dpkg", 131 139 "-x", 132 140 "libdbus-1-3_1.12.28-0+deb11u1_arm64.deb", 141 + "/build/sysroot/", 142 + ]) 143 + .withExec([ 144 + "dpkg", 145 + "-x", 146 + "libsystemd-dev_247.3-7+deb11u7_arm64.deb", 133 147 "/build/sysroot/", 134 148 ]) 135 149 .withExec([