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 73c8e39 commit 6604782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
env |
grep GITHUB_ |
perl -pe 's/^/export /' > "$github"
echo 'echo "$GITHUB_ACTOR"' >> "$github"
echo 'env' >> "$github"
cat "$github"
github2=$(cygpath -w "$github" | perl -pe 's#\\#\\\\\\\\#g')
echo 'echo "$GITHUB_ACTOR"' >> "$github2"
echo 'env' >> "$github2"
MSYS_NO_PATHCONV=1 /c/msys64/usr/bin/bash --noprofile --norc -eo pipefail -c "set -x ; . $github2"
- name: env (bash)
Expand Down

0 comments on commit 6604782

Please sign in to comment.