Commit f363ca191c7a92b7dc5e765d1c3d0d9c33f529da
Committed by
GitHub
1 parent
79c39054
Exists in
develop
Update winpkg.yml
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/winpkg.yml
... | ... | @@ -40,6 +40,8 @@ jobs: |
40 | 40 | - name: BuildApp |
41 | 41 | run: | |
42 | 42 | ./win/ci-build.sh |
43 | + - name: Install pw3270 | |
44 | + run: make DESTDIR=./.build install | |
43 | 45 | - uses: robinraju/release-downloader@v1.7 |
44 | 46 | with: |
45 | 47 | repository: PerryWerneck/libipc3270 |
... | ... | @@ -59,8 +61,6 @@ jobs: |
59 | 61 | run: tar -C ./.build -Jxvf mingw-lib3270.tar.xz |
60 | 62 | - name: Unpack libv3270 |
61 | 63 | run: tar -C ./.build -Jxvf mingw-libv3270.tar.xz |
62 | - - name: Unpack pw3270 | |
63 | - run: tar -C ./.build -Jxvf mingw-pw3270.tar.xz | |
64 | 64 | - name: Unpack ipcplugin |
65 | 65 | run: tar -C ./.build -Jxvf mingw-pw3270-plugin-ipc.tar.xz |
66 | 66 | - name: Unpack ipc3270 | ... | ... |