CircleCI: make deps folder

This commit is contained in:
Alam Ed Arias 2025-01-21 16:59:36 -05:00
parent 5fa0f7b8d1
commit ef9aa81b06

View file

@ -49,6 +49,9 @@ jobs:
paths:
- /home/circleci/.cache/apt
- checkout
- run:
name: Create deps folder as needed
command: mkdir -p make/linux/64/SDL/deps/
- run:
name: make master depend file
command: find make/linux/64/SDL/deps/ -type f -print0 | sort -z | xargs -r0 cat > make/linux/64/SDL.deps