Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci: action: Add wget package
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 29, 2021
1 parent 710f475 commit ffb8ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-build-all-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -yy build-essential gcc g++ gdb git unzip pax bison flex texinfo unzip
sudo apt-get install -yy python3-dev libncurses5-dev zlib1g-dev python-dev curl locales
sudo apt-get install -yy python3-dev libncurses5-dev zlib1g-dev python-dev curl locales wget
sudo apt-get clean all
- name: 'Step 3: Generating locales'
run: sudo localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
Expand Down

0 comments on commit ffb8ea4

Please sign in to comment.