Skip to content

Commit

Permalink
Use the egui github actions yaml section verbatim
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Feb 25, 2024
1 parent 5d97e41 commit 200febb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: awalsh128/cache-apt-pkgs-action
- 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
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 200febb

Please sign in to comment.