Skip to content

Commit

Permalink
Ubuntu 20+ does not have the package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Apr 20, 2023
1 parent 1c1be64 commit 1a8f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 14
- name: Build for ${{ matrix.os}}
run: |
if [ "$OS_NAME" = "ubuntu-latest" ]; then sudo apt-get update && sudo apt-get install -y libgnome-keyring-dev icnsutils graphicsmagick xz-utils rpm; fi
if [ "$OS_NAME" = "ubuntu-latest" ]; then sudo apt-get update && sudo apt-get install -y icnsutils graphicsmagick xz-utils rpm; fi
curl -o- -L https://yarnpkg.com/install.sh | bash
export PATH="$HOME/.yarn/bin:$PATH"
# Use sed to replace the SSH URL with the public URL, then initialize submodules
Expand Down

1 comment on commit 1a8f3f6

@alderg
Copy link
Contributor

@alderg alderg commented on 1a8f3f6 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed. Package didn't exist and wasn't needed.

Please sign in to comment.