From 1f3a789ede246c77ad5cf85b76e0ad9c8bee057a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Fri, 3 Jan 2025 18:42:18 +0100 Subject: [PATCH] list apk packages --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dbb27a8..36e1624 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,7 @@ jobs: - host: ubuntu-latest target: x86_64-unknown-linux-musl docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine-zig - build: apk add --no-cache musl-dev alpine-sdk boost1.84-dev libc++-dev libstdc++ libstdc++-dev clang19 clang19-extra-tools clang19-libclang clang19-static clang19-dev && yarn build --target x86_64-unknown-linux-musl + build: apk add --no-cache musl-dev alpine-sdk boost1.84-dev libc++-dev libstdc++ libstdc++-dev clang19 clang19-extra-tools clang19-libclang clang19-static clang19-dev && apk list -I | cut -f1 -d' ' | sed -e 's/-r\d\+$//'| sed -e 's/\(.*\)-/\1 /' && yarn build --target x86_64-unknown-linux-musl - host: macos-latest target: aarch64-apple-darwin build: yarn build --target aarch64-apple-darwin