Skip to content

Commit

Permalink
Multiple workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Feb 13, 2024
1 parent b85386f commit 1a29fe6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libusb-1.0-0 libusb-0.1-4:i386
version: 1.0
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -36,6 +40,7 @@ jobs:
node-version: '19.x'
- name: Install Electron and build
run: |
python3 -m pip install packaging
npm install electron-rebuild -g
npm install electron-builder -g
npm install
Expand All @@ -60,7 +65,7 @@ jobs:
npm install electron-rebuild -g
npm install electron-builder -g
npm install
npm run package-mac
npm run package-win
- name: Save .exe as artefact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1a29fe6

Please sign in to comment.