mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
[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
This commit is contained in:
parent
1462429f31
commit
0d37771602
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -4,16 +4,16 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build project with APT
|
- name: Build project with APT
|
||||||
run: './buildScripts/buildInstallLocallyApt'
|
run: './buildScripts/buildInstallLocallyApt'
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: pdf2htmlEX/build
|
path: pdf2htmlEX/build
|
||||||
|
Loading…
Reference in New Issue
Block a user