Skip to content

Update dependency RazrFalcon/resvg to v0.42.0 #6

Update dependency RazrFalcon/resvg to v0.42.0

Update dependency RazrFalcon/resvg to v0.42.0 #6

Workflow file for this run

name: build
on:
pull_request:
paths:
- 'build.sh'
- '.github/workflows/build.yml'
jobs:
build:
name: build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Install resvg
run: |
# Why Ubuntu uses legacy version of resvg?
mkdir bin
cd bin
# depName=RazrFalcon/resvg
RESVG_VERSION="v0.42.0"
wget "https://github.com/RazrFalcon/resvg/releases/download/${RESVG_VERSION}/resvg-linux-x86_64.tar.gz"
tar xf resvg-linux-x86_64.tar.gz
cd ..
- name: build
run: |
PATH="./bin/:$PATH" ./build.sh