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
|
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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue