Skip to content

Commit

Permalink
Merge pull request #48 from pspdev/fix-windows-build
Browse files Browse the repository at this point in the history
Add ncurses dll to Windows package
  • Loading branch information
sharkwouter authored Jun 11, 2024
2 parents 244ee5f + 92460cb commit 9ca7ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
packages: gcc-core gcc-g++ make libreadline7 libreadline-devel libusb0 libusb-devel
packages: gcc-core gcc-g++ make libreadline7 libreadline-devel libusb0 libusb-devel libncursesw10

- name: Compile project
run: |
Expand All @@ -54,6 +54,7 @@ jobs:
cp C:\tools\cygwin\bin\cyggcc_s-seh-1.dll build
cp C:\tools\cygwin\bin\cygreadline7.dll build
cp C:\tools\cygwin\bin\cygusb0.dll build
cp C:\tools\cygwin\bin\cygncursesw-10.dll build
- name: Upload artifacts
if: ${{ success() }}
Expand Down

0 comments on commit 9ca7ee6

Please sign in to comment.