浏览代码

feat(ci) always download the latest tpl version

Saúl Ibarra Corretgé 2 月之前
父节点
当前提交
9886d9d382
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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:  |