Skip to content

Update actions/checkout digest to 0ad4b8f #3

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #3

Workflow file for this run

name: build
on:
pull_request:
paths:
- 'build.sh'
- '.github/workflows/build.yml'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Install resvg
run: |
# Why Ubuntu uses legacy version of resvg?
mkdir bin
cd bin
# depName=RazrFalcon/resvg
RESVG_VERSION="v0.41.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