From 26379182db635772fde72e12c74af461baf3ed4d Mon Sep 17 00:00:00 2001 From: inRm3D <64240055+inRm3D@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:36:18 +0900 Subject: [PATCH] chore: try fix missing libssl3 (#378) * Update ci.yml * use package from source --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db2a42d..d5aec93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: - name: Install Dependencies (ubuntu only) if: startsWith(matrix.os, 'ubuntu-') run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf + sudo apt update + sudo apt install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf openssl - name: Get yarn cache dir path id: yarn-cache-dir-path