mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
better document build system changes
This commit is contained in:
parent
e0cfd65fe2
commit
3291fc0927
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -66,6 +66,10 @@ jobs:
|
|||
|
||||
- name: prepare pantries
|
||||
run: |
|
||||
# Ensures the pantry paths within our tea environment exist, and are as synchronized
|
||||
# as might be needed in the future; we then copy the contents of our checkout into
|
||||
# them (excluding symlinks -- `cp`s all handle them differently and they aren't needed
|
||||
# here) to allow access to any new code being merged into PR/CI.
|
||||
tea --sync
|
||||
find $GITHUB_WORKSPACE/pantry \
|
||||
-not -type l \
|
||||
|
|
Loading…
Reference in a new issue