File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
# user input
18
18
DEBIAN_FRONTEND : noninteractive
19
19
run : |
20
- sudo apt-get install --no-install-recommends -y coreutils build-essential gcc git make flex bison software-properties-common curl python
20
+ sudo apt-get update
21
+ sudo apt-get install --no-install-recommends -y build-essential git flex bison software-properties-common curl python
21
22
sudo apt-get install --no-install-recommends -y bin86 gdb bcc liblzma-dev python-dev gettext iasl uuid-dev libncurses5-dev libncursesw5-dev pkg-config
22
- sudo apt-get install --no-install-recommends -y libgtk2.0-dev libyajl-dev sudo time ccache
23
+ sudo apt-get install --no-install-recommends -y libgtk2.0-dev libyajl-dev time ccache
23
24
24
25
- name : Prepare ccache
25
26
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments