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 9ea30b6 commit 9edb903
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
run: |
env
- name: env (github)
shell: bash
run: |
github=$(mktemp)
env | grep GITHUB_ perl -pe 's/^/export //' > $github
/c/msys64/usr/bin/bash --noprofile --rcfile $github" -eo pipefail -c 'env'
- name: env (bash)
shell: bash
run: |
Expand Down

0 comments on commit 9edb903

Please sign in to comment.