Update sync.yml

This commit is contained in:
Dorae 2024-05-27 15:00:24 +08:00 committed by GitHub
parent 478ee5f5c7
commit 562496c24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: "Setup sing-box"
env:
SING_BOX_DEB_URL: "https://github.com/SagerNet/sing-box/releases/download/v1.8.0-rc.7/sing-box_1.8.0-rc.7_linux_amd64.deb"
SING_BOX_DEB_URL: "https://github.com/SagerNet/sing-box/releases/download/v1.9.0/sing-box_1.9.0_linux_amd64.deb"
run: |
set -Eeuo pipefail
wget -O sing-box.deb $SING_BOX_DEB_URL