From 9886d9d3822ab8b1277f1dbea2854b57962ad9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 18 Feb 2025 09:53:22 +0100 Subject: [PATCH] feat(ci) always download the latest tpl version --- .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 1166eae..c723b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: "arm64") TPL_ARCH=arm64; S6_ARCH=aarch64 ;; \ *) echo "unsupported architecture"; exit 1 ;; \ esac - wget -qO /tmp/tpl https://github.com/jitsi/tpl/releases/download/v1.4.0/tpl-linux-${TPL_ARCH} + wget -qO /tmp/tpl https://github.com/jitsi/tpl/releases/latest/download/tpl-linux-${TPL_ARCH} chmod +x /tmp/tpl - name: Run tpl with default values for web run: |