1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-19 21:50:08 +00:00
pdf2htmlEX/.github/workflows/build.yml
Vilius Sutkus '89 0d37771602 [CI] Use Ubuntu 22.04, upgrade actions/checkout and actions/upload-artifact
Ubuntu 20.04 comes with Freetype 2.10.1, Poppler requires at least 2.11
2024-06-13 14:19:32 +03:00

20 lines
389 B
YAML

name: Build the project
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build project with APT
run: './buildScripts/buildInstallLocallyApt'
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: pdf2htmlEX/build