Skip to content

Update actions/checkout digest to 11bd719 #12

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #12

Workflow file for this run

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