Skip to content

Commit

Permalink
Install build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 31, 2024
1 parent 4823eaa commit ba75da5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
pkginfo
--user
- name: Install dependencies
run: >-
apt-get install -y gcc python3
python3-pip python3-venv flex make
texinfo unzip help2man gawk libtool-bin libncurses5-dev
bison wget rsync
- name: Echo Build Wheel Command
run: echo "${{ inputs.cmd }}"

Expand Down

0 comments on commit ba75da5

Please sign in to comment.