Update sync-to-dist.yml

use stable version of sing-box
This commit is contained in:
MkQtS 2024-10-16 20:42:02 +08:00 committed by GitHub
parent 02a484c24c
commit db8665d3c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,7 @@ jobs:
sudo chmod a+r /etc/apt/keyrings/sagernet.asc sudo chmod a+r /etc/apt/keyrings/sagernet.asc
echo "deb [arch=`dpkg --print-architecture` signed-by=/etc/apt/keyrings/sagernet.asc] https://deb.sagernet.org/ * *" | sudo tee /etc/apt/sources.list.d/sagernet.list > /dev/null echo "deb [arch=`dpkg --print-architecture` signed-by=/etc/apt/keyrings/sagernet.asc] https://deb.sagernet.org/ * *" | sudo tee /etc/apt/sources.list.d/sagernet.list > /dev/null
sudo apt-get update sudo apt-get update
# Switch to stable version if sing-box 1.10.0 released sudo apt-get install sing-box
sudo apt-get install sing-box-beta
- name: Compile sing-box rule-set - name: Compile sing-box rule-set
run: | run: |