Skip to content

Commit

Permalink
Simplifiy os depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 3, 2024
1 parent 5b66183 commit 02adf29
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
- name: Install OS 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 git
apt-get install -y python3
python3-pip python3-venv build-essentials
- name: Create virtualenv
run: >-
python3 -m venv venv
Expand Down

0 comments on commit 02adf29

Please sign in to comment.