forked from emilk/egui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Update
cache-apt-pkgs-action
(emilk#5049)
* Closes emilk#5047 * [x] I have followed the instructions in the PR template
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
on: [ push, pull_request ] | ||
on: [push, pull_request] | ||
|
||
name: Rust | ||
|
||
|
@@ -19,9 +19,7 @@ jobs: | |
|
||
- name: Install packages (Linux) | ||
if: runner.os == 'Linux' | ||
#uses: awalsh128/[email protected] | ||
#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 | ||
uses: awalsh128/[email protected] | ||
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 | ||
version: 1.0 | ||
|