Skip to content

Commit

Permalink
ci : Fix linux pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Oct 28, 2024
1 parent 3584012 commit 25902ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Installing Linux bundling dependencies
if: ${{ (matrix.versions.os == 'ubuntu-latest') && (matrix.versions.type == 'app') }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: flatpak flatpak-builder rpm
version: 1.0

- name: Packaging Linux
if: ${{ (matrix.versions.os == 'ubuntu-latest') && (matrix.versions.type == 'app') }}
run: npm run build:linux
Expand Down
1 change: 1 addition & 0 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ linux:
- rpm
- tar.gz
- AppImage
- flatpak

0 comments on commit 25902ef

Please sign in to comment.