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:
parent
7cc1a192cb
commit
de5d02da00
|
|
@ -28,10 +28,7 @@ jobs:
|
|||
npm ci
|
||||
|
||||
- name: 🔧 Install libgtk
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
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
|
||||
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
|
||||
|
||||
- name: 🔼 Update Rust to latest stable
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue