mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Further debug for windows ci workflow.
This commit is contained in:
parent
3ea6f730ac
commit
5bd07f8e88
1 changed files with 3 additions and 3 deletions
6
.github/workflows/analysis_ports.yml
vendored
6
.github/workflows/analysis_ports.yml
vendored
|
|
@ -177,9 +177,9 @@ jobs:
|
|||
echo prepath=${prepath}
|
||||
echo "choco winflexbison3"
|
||||
choco install winflexbison3
|
||||
echo "plain"
|
||||
flex -h
|
||||
bison -h
|
||||
echo "dir"
|
||||
ls -l "C:/ProgramData/chocolatey/lib/winflexbison3/tools"
|
||||
ls -l "C:\\ProgramData\\chocolatey\\lib\\winflexbison3\\tools"
|
||||
echo "win_ prefixed"
|
||||
win_flex -h
|
||||
win_bison -h
|
||||
|
|
|
|||
Loading…
Reference in a new issue