File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,26 +13,30 @@ jobs:
1313 include :
1414 - os : windows-latest
1515 triplet : x64-windows
16- shell : powershell
1716 - os : ubuntu-latest
1817 triplet : x64-linux
19- shell : bash
2018 env :
2119 VCPKG_BINARY_SOURCES : >-
2220 clear;files,${{ github.workspace }}${{ matrix.os == 'windows-latest' && '\vcpkg-cache' || '/vcpkg-cache' }},readwrite
2321
2422 steps :
2523 - name : Checkout vcpkg
2624 run :
27- git clone --branch 2026.01.16 https://github.com/microsoft/vcpkg ${{ matrix.os == 'windows-latest' && 'D:\a\vcpkg' || '/ vcpkg' }}
25+ git clone --branch 2026.01.16 https://github.com/microsoft/vcpkg ${{ matrix.os == 'windows-latest' && 'D:\a\vcpkg' || 'vcpkg' }}
2826
2927 - name : Checkout WebFrame
3028 uses : actions/checkout@v4
3129
32- - name : Tailscale
30+ - name : Tailscale connect
3331 uses : tailscale/github-action@v4
3432 with :
3533 oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
3634 oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
3735 tags : tag:ci
38- version : latest
36+ version : latest
37+
38+ - name : Windows drive mapping
39+ if : ${{ matrix.os == 'windows-latest' }}
40+ run : |
41+ net use Z: \\synology.tail718264.ts.net\WebFrame /user:${{ secrets.CACHE_USER }} ${{ secrets.CACHE_PASSWORD }}
42+ dir Z:\
You can’t perform that action at this time.
0 commit comments