Skip to content

argyle-engineering/gh-action-apt-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-action-apt-install

Cache apt install in GitHub Actions.

Essentially, this bundles all installed files into a single zstd compressed tarball cached using actions/cache for future runs. This is much more speedy than going through the apt install flow, but has various caveats (such as post install scripts are not run).

Usage

- name: Dependencies
  uses: daaku/gh-action-apt-install@v4
  with:
    packages: luajit libluajit-5.1-dev

Optionally a version can be specified to manually bump the cache key.

About

Cache apt install in GitHub Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%