We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6394587 commit 7c70b07Copy full SHA for 7c70b07
.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
CIBW_ENVIRONMENT_LINUX: PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
48
CIBW_BEFORE_ALL_WINDOWS: >
49
pwsh -c "Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip -OutFile win_flex_bison-2.5.25.zip &&
50
- Expand-Archive win_flex_bison-2.5.25.zip tools && pwd && ls env:"
+ Expand-Archive win_flex_bison-2.5.25.zip tools"
51
CIBW_ENVIRONMENT_WINDOWS: PATH="$(cmd /c cd)\\tools;$PATH"
52
CIBW_BEFORE_ALL_MACOS: >
53
brew install flex bison
0 commit comments