diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5709bd1..b3d4eea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-2019] + os: [ubuntu-latest, macos-latest, windows-2019] # create steps steps: @@ -56,6 +56,13 @@ jobs: yarn global add xvfb-maybe npm run rebuild_win + - name: linux Yarn install + if: ${{runner.os == 'Linux'}} + run: | + yarn + yarn global add xvfb-maybe + npm run rebuild_linux + - name: Build & release app run: | npm run release