Skip to content

Commit

Permalink
CI: Update cache-apt-pkgs-action (#5049)
Browse files Browse the repository at this point in the history
* Closes #5047
* [x] I have followed the instructions in the PR template
  • Loading branch information
bircni authored Sep 1, 2024
1 parent 7db8797 commit be484f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [ push, pull_request ]
on: [push, pull_request]

name: Rust

Expand All @@ -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
Expand Down

0 comments on commit be484f5

Please sign in to comment.