[openssh-commits] [openssh] 01/03: Set CYGWIN at top-level.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 24 21:29:18 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 110117accb95fc310a3923115e9316a9748ff6ae
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Jun 24 19:04:48 2026 +1000
Set CYGWIN at top-level.
The ensures the symlinks created in any step (eg, logs) are native
symlinks and can be understood by the log upload step.
---
.github/workflows/c-cpp.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 44be98e19..43262407c 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -124,6 +124,7 @@ jobs:
runs-on: ${{ matrix.target }}
env:
EPHEMERAL_VM: yes
+ CYGWIN: "winsymlinks:native"
steps:
- name: check RUN_ONLY_TARGET_CONFIG
if: vars.RUN_ONLY_TARGET_CONFIG != ''
@@ -135,8 +136,6 @@ jobs:
id: cygwin_install
if: ${{ startsWith(matrix.target, 'windows') }}
uses: cygwin/cygwin-install-action at a3d72946b163026bbd0fa9a88379ccbda4bd86bb # master
- env:
- CYGWIN: "winsymlinks:native"
- uses: actions/checkout at 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # main
- name: setup CI system
run: |
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list