From 1a8f3f60c7f867d0075bdf507c70c94cc62fc2fd Mon Sep 17 00:00:00 2001 From: David Benson Date: Thu, 20 Apr 2023 17:04:02 +0100 Subject: [PATCH] Ubuntu 20+ does not have the package --- .github/workflows/electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-builder.yml b/.github/workflows/electron-builder.yml index b46457f70..39ea30d8e 100644 --- a/.github/workflows/electron-builder.yml +++ b/.github/workflows/electron-builder.yml @@ -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