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,6 +40,8 @@ jobs: | ||
40 | - name: BuildApp | 40 | - name: BuildApp |
41 | run: | | 41 | run: | |
42 | ./win/ci-build.sh | 42 | ./win/ci-build.sh |
43 | + - name: Install pw3270 | ||
44 | + run: make DESTDIR=./.build install | ||
43 | - uses: robinraju/release-downloader@v1.7 | 45 | - uses: robinraju/release-downloader@v1.7 |
44 | with: | 46 | with: |
45 | repository: PerryWerneck/libipc3270 | 47 | repository: PerryWerneck/libipc3270 |
@@ -59,8 +61,6 @@ jobs: | @@ -59,8 +61,6 @@ jobs: | ||
59 | run: tar -C ./.build -Jxvf mingw-lib3270.tar.xz | 61 | run: tar -C ./.build -Jxvf mingw-lib3270.tar.xz |
60 | - name: Unpack libv3270 | 62 | - name: Unpack libv3270 |
61 | run: tar -C ./.build -Jxvf mingw-libv3270.tar.xz | 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 | - name: Unpack ipcplugin | 64 | - name: Unpack ipcplugin |
65 | run: tar -C ./.build -Jxvf mingw-pw3270-plugin-ipc.tar.xz | 65 | run: tar -C ./.build -Jxvf mingw-pw3270-plugin-ipc.tar.xz |
66 | - name: Unpack ipc3270 | 66 | - name: Unpack ipc3270 |