Manually install packages instead of using github action (#943)

Fixes the fact that CI randomly stopped working on existing code in master that already passed CI
This commit is contained in:
Dennis Kobert 2023-01-03 10:04:42 +01:00 committed by Keavon Chambers
parent 7cc1a192cb
commit de5d02da00
1 changed files with 1 additions and 4 deletions

View File

@ -28,10 +28,7 @@ jobs:
npm ci npm ci
- name: 🔧 Install libgtk - name: 🔧 Install libgtk
uses: awalsh128/cache-apt-pkgs-action@latest run: sudo apt install -y libgtk-3-dev libssl-dev build-essential curl wget libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
with:
packages: libgtk-3-dev libssl-dev build-essential curl wget libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
version: 1.0
- name: 🔼 Update Rust to latest stable - name: 🔼 Update Rust to latest stable
run: | run: |