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 029cb55 commit 00d2b04Copy full SHA for 00d2b04
.github/workflows/build-ubuntu.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Install required packages
18
- run: apt-get update && apt-get upgrade -y && apt-get install build-essential
+ run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install build-essential
19
20
- name: Configure
21
run: ./configure --target-list=irix-linux-user
0 commit comments