Browse Source

feat(ci) always download the latest tpl version

Saúl Ibarra Corretgé 2 months ago
parent
commit
9886d9d382
1 changed files with 1 additions and 1 deletions
  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 ;; \
           "arm64") TPL_ARCH=arm64; S6_ARCH=aarch64 ;; \
           *) echo "unsupported architecture"; exit 1 ;; \
           *) echo "unsupported architecture"; exit 1 ;; \
         esac
         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
         chmod +x /tmp/tpl
     - name: Run tpl with default values for web
     - name: Run tpl with default values for web
       run:  |
       run:  |