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 c510073 commit 6f7859a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
perl -pe 's/^/export /' > "$github"
echo 'env' >> "$github"
echo 'echo "GITHUB_ACTOR: $GITHUB_ACTOR"' >> "$github"
echo "sh -x -c 'echo GITHUB_ACTOR: \$GITHUB_ACTOR'" >> "$github"
echo 'cygpath -w $(command -v env)' >> "$github"
command -v env
cygpath -w $(command -v env)
Expand Down

0 comments on commit 6f7859a

Please sign in to comment.