Skip to content

Commit

Permalink
[GHA] build-ubuntu.yml: without-system-cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Dec 14, 2024
1 parent 2a8e486 commit 1c3b487
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/{gmp,mpfr,mpfi}
mkdir -p ./source/Work/libs/{cairo,gmp,mpfr,mpfi}
cd ${{ github.workspace }}/source/Work/libs/cairo
../../../libs/cairo/configure
make
make check
cd ${{ github.workspace }}/source/Work/libs/gmp
../../../libs/gmp/configure
make
Expand Down Expand Up @@ -193,7 +197,7 @@ jobs:
--without-system-libpng \
--without-system-freetype2 \
--with-system-pixman \
--with-system-cairo \
--without-system-cairo \
--without-system-gmp \
--without-system-mpfr \
--without-system-poppler \
Expand Down

0 comments on commit 1c3b487

Please sign in to comment.