Skip to content

Commit

Permalink
try github action cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jul 12, 2023
1 parent 8cbef87 commit 36453bd
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ jobs:
- name: Checkout Repo
uses: actions/[email protected]

- name: Cache apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
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: Set up QEMU
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/[email protected]

- name: build
run: make docker-build
- name: Build and push
uses: docker/[email protected]
with:
context: .
push: false
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 36453bd

Please sign in to comment.