Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Nov 1, 2023
1 parent e82ba31 commit 580ec56
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- name: Install librsvg dependencies
run: |
sudo apt-get update
sudo apt-get install libgdk-pixbuf-2.0-dev libglib2.0-dev libpango1.0-dev meson
- name: Install cairo
run: |
git clone --depth 1 --branch 1.17.8 https://gitlab.freedesktop.org/cairo/cairo
cd cairo
meson setup _build --buildtype=release
meson compile -C _build
meson install -C _build
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
sudo apt-get install libgdk-pixbuf-2.0-dev libglib2.0-dev libpango1.0-dev
#- name: Install cairo
# run: |
# git clone --depth 1 --branch 1.17.8 https://gitlab.freedesktop.org/cairo/cairo
# cd cairo
# meson setup _build --buildtype=release
# meson compile -C _build
# meson install -C _build
#- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose --fetures use-usvg
- run: cargo test --verbose

0 comments on commit 580ec56

Please sign in to comment.