Skip to content

Commit

Permalink
Yet more workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Feb 13, 2024
1 parent 1a29fe6 commit 06d56fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libusb-1.0-0 libusb-0.1-4:i386
packages: libusb-1.0-0 libusb-1.0-0-dev
version: 1.0
- name: Setup Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: '19.x'
- name: Install Electron and build
run: |
python3 -m pip install packaging
python3 -m pip install setuptools
npm install electron-rebuild -g
npm install electron-builder -g
npm install
Expand Down

0 comments on commit 06d56fa

Please sign in to comment.