Skip to content

Commit

Permalink
cache more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jul 12, 2023
1 parent 6d1e816 commit 8cbef87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ jobs:
- name: Cache apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: clang llvm make
packages: clang llvm make binfmt-support clang-14 icu-devtools lib32gcc-s1 lib32stdc++6 libc6-i386
libclang-common-14-dev libclang-cpp14 libclang-rt-14-dev libclang1-14
libcurl3-nss libffi-dev libgc1 libgpm2 libicu-dev libicu72 libllvm14
libncurses-dev libncurses6 libnspr4 libnss3 libobjc-12-dev libobjc4 libpfm4
libpipeline1 libtinfo-dev libxml2 libxml2-dev libyaml-0-2 libz3-4 libz3-dev
llvm-14 llvm-14-dev llvm-14-linker-tools llvm-14-runtime llvm-14-tools
llvm-runtime nss-plugin-pem python3-pkg-resources python3-pygments
python3-yaml
version: 1.0

- name: build
Expand Down

0 comments on commit 8cbef87

Please sign in to comment.