Skip to content

Commit f28d4f2

Browse files
authored
Merge pull request #5926 from tautschnig/update-xen
Fix and cleanup packages in Xen GitHub action
2 parents e0a6f44 + a690dc4 commit f28d4f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-test-Xen.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
# user input
1818
DEBIAN_FRONTEND: noninteractive
1919
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
2122
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
2324
2425
- name: Prepare ccache
2526
uses: actions/cache@v2

0 commit comments

Comments
 (0)