File tree Expand file tree Collapse file tree
.github/actions/win-install Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 steps :
77 - name : Install packages
8- run : vcpkg install cimg:x64-windows bzip2:x64-windows expat:x64-windows zlib:x64-windows proj4:x64-windows boost-geometry:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-property-tree:x64-windows lua:x64-windows libpq:x64-windows
8+ run : |
9+ vcpkg install \
10+ boost-filesystem:x64-windows \
11+ boost-geometry:x64-windows \
12+ boost-property-tree:x64-windows \
13+ boost-system:x64-windows \
14+ bzip2:x64-windows \
15+ cimg:x64-windows \
16+ expat:x64-windows \
17+ lua:x64-windows libpq:x64-windows \
18+ proj4:x64-windows \
19+ zlib:x64-windows
920 shell : bash
10- - name : Install psycopg2 and beahve
21+ - name : Install psycopg2 and behave
1122 run : python -m pip install psycopg2 behave
1223 shell : bash
You can’t perform that action at this time.
0 commit comments