Skip to content

Commit

Permalink
ci/verify: Add Docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 2, 2024
1 parent 8340cf9 commit f1cde6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
sudo apt-get update
sudo apt-get -qq install -y --no-install-recommends expect gettext yq whois
sudo apt-get -qq install -y --no-install-recommends expect gettext yq whois zstd
exit 1
- run: |
bazel run --config=ci --sandbox_writable_path="${HOME}/.docker/" --sandbox_writable_path=$HOME :verify_examples

0 comments on commit f1cde6b

Please sign in to comment.