Skip to content

Commit 0ae0d56

Browse files
committed
vcpkg: windows: fix logs uploading
1 parent 8247fd1 commit 0ae0d56

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ jobs:
318318
# accorging to github actions windows image docs, it should define VCPKG_INSTALLATION_ROOT env var,
319319
# but on practice it is not set, so specify vcpkg root path explicitly
320320
with: {name: VCPKG_ROOT, value: "C:/vcpkg/"}
321+
- name: make local symbolic link to VCPKG installation directory
322+
# this is needed at least for actions/upload-artifact to be able to find vcpkg install logs
323+
shell: powershell
324+
run: New-Item -ItemType SymbolicLink -Path vcpkg-installation -Target $env:VCPKG_ROOT
321325
- name: prepare vcpkg port
322326
run: myci-vcpkg-prepare.ps1 -gitref ${{ github.sha }}
323327
- name: test vcpkg port

0 commit comments

Comments
 (0)