Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Sep 22, 2024
1 parent 8e262f7 commit 7852ec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
- name: env (github)
shell: bash
run: |
set -x
github=$(mktemp)
env |
grep GITHUB_ |
perl -pe 's/^/export /' > "$github"
cat "$github"
github2=$(cygpath -w "$github" | perl -pe 's#\\#\\\\#g')
/c/msys64/usr/bin/bash --noprofile --norc -eo pipefail -c ". $github2; env"
MSYS_NO_PATHCONV=1 /c/msys64/usr/bin/bash --noprofile --norc -eo pipefail -c ". $github2; env"
- name: env (bash)
shell: bash
Expand Down

0 comments on commit 7852ec2

Please sign in to comment.