Still learning github workflows
Some checks failed
Release / release (ubuntu-22.04) (push) Has been cancelled
Release / release (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-04-16 01:01:26 -04:00
parent cf729919de
commit 530684ce45

View File

@@ -6,6 +6,8 @@ on:
jobs: jobs:
release: release:
permissions:
contents: write
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -31,7 +33,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' if: matrix.platform == 'ubuntu-22.04'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf libssl-dev libdbus-1-dev pkg-config sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install pnpm packages - name: install pnpm packages
run: pnpm install run: pnpm install
- name: build Oxyde - name: build Oxyde