Bump crproxy

This commit is contained in:
Shiming Zhang 2025-02-18 14:41:56 +08:00
parent 9e49aa7529
commit 9a1233f9b4
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Set up crproxy - name: Set up crproxy
run: | run: |
wget https://github.com/DaoCloud/crproxy/releases/download/v0.13.0-alpha.173/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.174/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
- name: Create message to queue - name: Create message to queue
id: get-message id: get-message

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Set up crproxy - name: Set up crproxy
run: | run: |
wget https://github.com/DaoCloud/crproxy/releases/download/v0.13.0-alpha.173/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.174/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
- name: Sync Runner - name: Sync Runner
run: | run: |