Skip to content

Commit

Permalink
Add some debugging for environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed May 14, 2024
1 parent bb6074d commit ecab6bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
gcc
make
mingw64-x86_64-gcc-core
- name: Environment
run: |-
${{ matrix.compiler.binary }} --version ;
uname -a ;
export ;
shell: C:\cygwin\bin\bash.exe '{0}'
- name: Configure
run: ./configure --cc ${{ matrix.compiler.binary }} ${{ matrix.unhosted-flag }}
shell: C:\cygwin\bin\bash.exe '{0}'
Expand Down

0 comments on commit ecab6bd

Please sign in to comment.