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

0 comments on commit c510073

Please sign in to comment.