Skip to content

Commit 836cf56

Browse files
committed
Update build-ubuntu.yml
1 parent 7666241 commit 836cf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Install required packages
18-
run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install build-essential libglib2.0-dev
18+
run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install build-essential libglib2.0-dev libpixman-1-0
1919

2020
- name: Configure
2121
run: ./configure --target-list=irix-linux-user

0 commit comments

Comments
 (0)