mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-27 18:20:02 -05:00
Analysis workflow, find mingw.
This commit is contained in:
parent
5d70fbc6fa
commit
0f5847f276
1 changed files with 3 additions and 3 deletions
6
.github/workflows/analysis_ports.yml
vendored
6
.github/workflows/analysis_ports.yml
vendored
|
|
@ -170,9 +170,9 @@ jobs:
|
|||
if: ${{ matrix.test_windows == 'yes' }}
|
||||
shell: bash
|
||||
run: |
|
||||
ls -l c:\
|
||||
ls -l c:\tools
|
||||
ls -l c:\tools\mingw
|
||||
ls -l 'c:\' || echo nevermind
|
||||
ls -l 'c:\tools' || echo nevermind
|
||||
ls -l 'c:\tools\mingw' || echo nevermind
|
||||
mingw32-configure --enable-debug --enable-static-exe --disable-flto
|
||||
make
|
||||
make test
|
||||
|
|
|
|||
Loading…
Reference in a new issue