vcpkg
This commit is contained in:
4
.github/workflows/generator-windows-x86.yml
vendored
4
.github/workflows/generator-windows-x86.yml
vendored
@@ -351,7 +351,7 @@ jobs:
|
||||
url: ${{ env.STATUS_URL }}
|
||||
method: 'POST'
|
||||
customHeaders: '{"Content-Type": "application/json"}'
|
||||
data: '{"uuid": "${{ env.uuid }}", "status": "50% complete, this step takes about 5 minutes, be patient."}'
|
||||
data: '{"uuid": "${{ env.uuid }}", "status": "50% complete"}'
|
||||
|
||||
- name: Build rustdesk
|
||||
id: build
|
||||
@@ -396,7 +396,7 @@ jobs:
|
||||
url: ${{ env.STATUS_URL }}
|
||||
method: 'POST'
|
||||
customHeaders: '{"Content-Type": "application/json"}'
|
||||
data: '{"uuid": "${{ env.uuid }}", "status": "70% complete, this step takes about 5 minutes, be patient."}'
|
||||
data: '{"uuid": "${{ env.uuid }}", "status": "70% complete"}'
|
||||
|
||||
- name: zip dlls
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user