feat(ci) always download the latest tpl version
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user