From 27795c7c6cd7114b7c7cf71bd1b16fa0b63d545e Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:00:23 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1145bb..9d90539 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, fedora-latest, windows-latest] steps: - name: Checkout repository @@ -22,7 +22,6 @@ jobs: - name: Install dependencies run: | npm ci - npm i @electron-forge/maker-dmg --save-dev working-directory: electron-3d-app - name: Package application with Electron Forge