We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57103cc commit 41c3372Copy full SHA for 41c3372
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
vcpkg_root: /Users/runner/work/vcpkg
27
env:
28
VCPKG_BINARY_SOURCES: >-
29
- clear;http,http://synology.tail718264.ts.net:12345,readwrite
+ clear;http,http://${{secrets.TS_IPV4}}:12345,readwrite
30
31
steps:
32
- name: Checkout vcpkg
@@ -49,6 +49,7 @@ jobs:
49
with:
50
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
51
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
52
+ args: --accept-dns=false
53
tags: tag:ci
54
version: latest
55
0 commit comments