Skip to content

Commit 4bb760e

Browse files
committed
testing folder mapping
1 parent c6e0d63 commit 4bb760e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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:\

0 commit comments

Comments
 (0)