Fix linux actions build, attempt to fix windows build again

This commit is contained in:
Essem 2022-08-11 15:10:22 -05:00
parent fe3886b32f
commit e2a8486149
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ env:
jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
@ -28,7 +28,7 @@ jobs:
- name: Build
run: pnpm install --config.strict-peer-dependencies=false && pnpm run build
win32:
win64:
runs-on: windows-latest
steps:
- name: Checkout
@ -37,6 +37,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
path-type: inherit
update: true
install: git mingw-w64-x86_64-cc mingw-w64-x86_64-libvips mingw-w64-x86_64-imagemagick
- name: Setup Node.js environment