Skip to content

Commit

Permalink
don't mess up so much
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 5, 2023
1 parent 68dbaf8 commit 63aae25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,12 @@ jobs:
C:\strawberry\c\bin
"@ |
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Where is gcc
run: |
perl -le "print qq(Found gcc $_) for grep -e qq($_/gcc.exe), split ';', $ENV{PATH}"
- name: Host perl -V
run: |
perl -V
perl -le "print "Found gcc $_" for grep -e qq($_/gcc.exe), split ';', $ENV{PATH}"
- name: gcc --version
run: gcc --version
- name: Build
Expand Down

0 comments on commit 63aae25

Please sign in to comment.