Merge pull request #3834 from wavexx/travis_cache

CI: Cache dependencies
This commit is contained in:
Yuri D'Elia 2022-12-17 15:01:07 +01:00 committed by GitHub
commit 4dfedc62e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
dist: focal
language: minimal
cache:
directories:
.dependencies/
before_install:
# Prepare the dependencies for the old build environment
- sudo apt-get install -y python3-polib python3-pyelftools python3-regex