Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
20200306 - This might fix the building workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
yafp committed Mar 6, 2020
1 parent cffa947 commit c739d7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/electron_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
with:
node-version: 10

- name: apt-update
if: startsWith(matrix.os, 'ubuntu-latest')
run: sudo apt-get update

- name: autoremove
if: startsWith(matrix.os, 'ubuntu-latest')
run: sudo apt autoremove

- name: Install bsdtar rpm on Linux
if: startsWith(matrix.os, 'ubuntu-latest')
run: sudo apt-get install bsdtar rpm
Expand Down

0 comments on commit c739d7f

Please sign in to comment.