qemu is not needed
This commit is contained in:
parent
5ef23a4b35
commit
715cbfad32
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get install -y build-essential libtool autoconf automake qemu-user-static gcc-powerpc-linux-gnu
|
run: sudo apt-get install -y build-essential libtool autoconf automake gcc-powerpc-linux-gnu
|
||||||
|
|
||||||
- name: Autogen
|
- name: Autogen
|
||||||
run: ./autogen.sh -s
|
run: ./autogen.sh -s
|
||||||
|
Loading…
Reference in New Issue
Block a user