Skip to content

Commit 41c3372

Browse files
committed
trying ipv4
1 parent 57103cc commit 41c3372

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
vcpkg_root: /Users/runner/work/vcpkg
2727
env:
2828
VCPKG_BINARY_SOURCES: >-
29-
clear;http,http://synology.tail718264.ts.net:12345,readwrite
29+
clear;http,http://${{secrets.TS_IPV4}}:12345,readwrite
3030
3131
steps:
3232
- name: Checkout vcpkg
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
5151
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
52+
args: --accept-dns=false
5253
tags: tag:ci
5354
version: latest
5455

0 commit comments

Comments
 (0)