Explorar o código

chore: alpha ci

GyDi %!s(int64=2) %!d(string=hai) anos
pai
achega
e6c36ad602
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .github/workflows/alpha.yml

+ 3 - 3
.github/workflows/alpha.yml

@@ -41,10 +41,10 @@ jobs:
           node-version: 16
 
       - name: Install Dependencies (ubuntu only)
-        if: matrix.os == 'ubuntu-latest'
+        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