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 prepath=${prepath}
|
||||||
echo "choco winflexbison3"
|
echo "choco winflexbison3"
|
||||||
choco install winflexbison3
|
choco install winflexbison3
|
||||||
echo "plain"
|
echo "dir"
|
||||||
flex -h
|
ls -l "C:/ProgramData/chocolatey/lib/winflexbison3/tools"
|
||||||
bison -h
|
ls -l "C:\\ProgramData\\chocolatey\\lib\\winflexbison3\\tools"
|
||||||
echo "win_ prefixed"
|
echo "win_ prefixed"
|
||||||
win_flex -h
|
win_flex -h
|
||||||
win_bison -h
|
win_bison -h
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue