don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: fix cross compile

Signed-off-by: tjh <x@tjh.dev>

tjh 4a363c01 2f446cfe

+2 -2
+2 -2
Cross.toml
··· 1 1 [build.env] 2 - passthrough = ["SQLX_OFFLINE=true"] 2 + passthrough = ["SQLX_OFFLINE=true", "AWS_LC_SYS_CMAKE_BUILDER=1"] 3 3 4 4 [target.x86_64-unknown-linux-gnu] 5 - image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:99758e86639d254c90c8b121550b4e5c5faaceebc6e3cd1a6d6dc37540112f97" 5 + image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main" 6 6 pre-build = [ 7 7 "dpkg --add-architecture $CROSS_DEB_ARCH", 8 8 "apt-get update && apt-get install --assume-yes curl:$CROSS_DEB_ARCH",