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: fix linking error

Changed files
+6 -26
.fluentci
src
+6 -26
.fluentci/src/jobs.ts
··· 167 167 "dpkg", 168 168 "-x", 169 169 "libcap2_1%3a2.44-1+deb11u1_armhf.deb", 170 - "/build/sysroot/", 170 + "/", 171 171 ]) 172 172 .withExec([ 173 173 "dpkg", ··· 191 191 "dpkg", 192 192 "-x", 193 193 "libgpg-error0_1.38-2_armhf.deb", 194 - "/build/sysroot/", 194 + "/", 195 195 ]) 196 196 .withExec([ 197 197 "dpkg", ··· 215 215 "dpkg", 216 216 "-x", 217 217 "liblzma5_5.2.5-2.1~deb11u1_armhf.deb", 218 - "/build/sysroot/", 218 + "/", 219 219 ]) 220 220 .withExec([ 221 221 "dpkg", ··· 275 275 "dpkg", 276 276 "-x", 277 277 "libcap2_1%3a2.44-1+deb11u1_arm64.deb", 278 - "/build/sysroot/", 278 + "/", 279 279 ]) 280 280 .withExec([ 281 281 "dpkg", ··· 299 299 "dpkg", 300 300 "-x", 301 301 "libgpg-error0_1.38-2_arm64.deb", 302 - "/build/sysroot/", 302 + "/", 303 303 ]) 304 304 .withExec([ 305 305 "dpkg", ··· 323 323 "dpkg", 324 324 "-x", 325 325 "liblzma5_5.2.5-2.1~deb11u1_arm64.deb", 326 - "/build/sysroot/", 326 + "/", 327 327 ]) 328 328 .withExec([ 329 329 "dpkg", ··· 348 348 "-x", 349 349 "libzstd-dev_1.4.8+dfsg-2.1_arm64.deb", 350 350 "/build/sysroot/", 351 - ]) 352 - .withExec([ 353 - "cp", 354 - "/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so", 355 - "/build/sysroot/usr/lib/aarch64-linux-gnu/liblzma.so.5", 356 - ]) 357 - .withExec([ 358 - "cp", 359 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so", 360 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/liblzma.so.5", 361 - ]) 362 - .withExec([ 363 - "cp", 364 - "/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so", 365 - "/build/sysroot/usr/lib/aarch64-linux-gnu/libgpg-error.so.0", 366 - ]) 367 - .withExec([ 368 - "cp", 369 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so", 370 - "/build/sysroot/usr/lib/arm-linux-gnueabihf/libgpg-error.so.0", 371 351 ]) 372 352 .withDirectory("/app", context, { exclude }) 373 353 .withDirectory("/app", context, { exclude })