Update sync-runner.yml
This commit is contained in:
parent
e61b1ea0bf
commit
fc0d8f28df
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- name: Set up crproxy
|
||||
run: |
|
||||
wget https://github.com/DaoCloud/crproxy/releases/download/v0.13.0-alpha.128/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
|
||||
wget https://github.com/DaoCloud/crproxy/releases/download/v0.13.0-alpha.129/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
|
||||
|
||||
- name: Sync Runner
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue