Skip to content

Commit

Permalink
remove linux from build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Jun 7, 2021
1 parent e3accb1 commit f8f703c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]

steps:
- name: Check out Git repository
Expand All @@ -21,11 +21,6 @@ jobs:
with:
node-version: 14

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down

0 comments on commit f8f703c

Please sign in to comment.