From 1fe991866f72d7dc94c50caecc294e11ec969656 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:31:35 -0500 Subject: [PATCH] `ci`: add qsv_glibc_2.31-headless to action [skip ci] --- .github/workflows/publish-linux-glibc-231-musl-123.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-linux-glibc-231-musl-123.yml b/.github/workflows/publish-linux-glibc-231-musl-123.yml index bb641025b..d5c82d953 100644 --- a/.github/workflows/publish-linux-glibc-231-musl-123.yml +++ b/.github/workflows/publish-linux-glibc-231-musl-123.yml @@ -48,7 +48,15 @@ jobs: addl-qsvlite-features: addl-qsvdp-features: polars name-suffix: musl-1.2.3 - + - os: ubuntu-20.04 + os-name: linux + target: x86_64-unknown-linux-gnu + architecture: x86_64 + addl-build-args: --features=apply,luau,fetch,foreach,self_update,polars,geocode + default-features: + addl-qsvlite-features: + addl-qsvdp-features: luau,polars + name-suffix: glibc-2.31-headless steps: - name: Installing Rust toolchain uses: actions-rs/toolchain@v1