mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 19:38:12 +08:00
Update package chache before install (#962)
This commit is contained in:
committed by
Keavon Chambers
parent
720cbaf754
commit
329f0be6b2
@@ -28,7 +28,7 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
- name: 🔧 Install libgtk
|
- name: 🔧 Install libgtk
|
||||||
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
|
run: sudo apt update -y && 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
|
- name: 🔼 Update Rust to latest stable
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user