Skip to content

Commit e4f80bc

Browse files
committed
build: Do not install libuuid in cross builds
The libray doesn't depend on libuuid anymore. Signed-off-by: Daniel Wagner <[email protected]>
1 parent ca5df0a commit e4f80bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: install armhf compiler
4747
run: sudo apt install gcc-arm-linux-gnueabihf pkg-config qemu-user-static
4848
- name: install libraries
49-
run: sudo apt install uuid-dev:armhf libjson-c-dev:armhf
49+
run: sudo apt install libjson-c-dev:armhf
5050
- uses: actions/checkout@v3
5151
- uses: BSFishy/[email protected]
5252
with:
@@ -76,7 +76,7 @@ jobs:
7676
- name: install powerpc64le compiler
7777
run: sudo apt install gcc-powerpc64le-linux-gnu pkg-config qemu-user-static
7878
- name: install libraries
79-
run: sudo apt install uuid-dev:ppc64el libjson-c-dev:ppc64el
79+
run: sudo apt install libjson-c-dev:ppc64el
8080
- uses: actions/checkout@v3
8181
- uses: BSFishy/[email protected]
8282
with:

0 commit comments

Comments
 (0)