Skip to content

Commit

Permalink
[GHA] build-ubuntu.yml: without-system-pixman
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Dec 14, 2024
1 parent 1c3b487 commit f8613d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ jobs:
- name: make libs
shell: bash
run: |
mkdir -p ./source/Work/libs/{cairo,gmp,mpfr,mpfi}
mkdir -p ./source/Work/libs/{pixman,cairo,gmp,mpfr,mpfi}
cd ${{ github.workspace }}/source/Work/libs/pixman
../../../libs/pixman/configure
make
make check
cd ${{ github.workspace }}/source/Work/libs/cairo
../../../libs/cairo/configure
make
Expand Down Expand Up @@ -196,7 +200,7 @@ jobs:
--without-system-zlib \
--without-system-libpng \
--without-system-freetype2 \
--with-system-pixman \
--without-system-pixman \
--without-system-cairo \
--without-system-gmp \
--without-system-mpfr \
Expand Down

0 comments on commit f8613d4

Please sign in to comment.