We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d2b04 commit 7666241Copy full SHA for 7666241
.github/workflows/build-ubuntu.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Install required packages
18
- run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install build-essential
+ run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install build-essential libglib2.0-dev
19
20
- name: Configure
21
run: ./configure --target-list=irix-linux-user
0 commit comments