mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
CI: Update cache-apt-pkgs-action (#5049)
* Closes https://github.com/emilk/egui/issues/5047 * [x] I have followed the instructions in the PR template
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
on: [ push, pull_request ]
|
on: [push, pull_request]
|
||||||
|
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
@@ -19,9 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install packages (Linux)
|
- name: Install packages (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
#uses: awalsh128/cache-apt-pkgs-action@v1.2.2
|
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
|
||||||
#TODO(emilk) use upstream when https://github.com/awalsh128/cache-apt-pkgs-action/pull/90 is merged
|
|
||||||
uses: rerun-io/cache-apt-pkgs-action@59534850182063abf1b2c11bb3686722a12a8397
|
|
||||||
with:
|
with:
|
||||||
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
|
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user