This repository was archived by the owner on Nov 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
cache the build #26
Copy link
Copy link
Open
Labels
Description
groupware/.github/workflows/main.yaml
Lines 55 to 60 in 4bb8f5b
| # TODO: cache the build | |
| - shell: nix-shell --pure --run "bash -euxo pipefail {0}" | |
| run: | | |
| # TODO: cache composer dependencies | |
| # TODO: check why --ignore-platform-req=ext-redis is needed | |
| composer install --ignore-platform-req=ext-redis |