Skip to content

Commit e113df2

Browse files
authored
Merge pull request #1968 from joto/formatting-typo
Fix typo and better formatting in github actions script
2 parents 7b27db0 + d02372f commit e113df2

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/actions/win-install/action.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ runs:
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

0 commit comments

Comments
 (0)