mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-21 18:49:16 +00:00
5 lines
198 B
Go
5 lines
198 B
Go
// Package main implements the cache-apt-pkgs GitHub Action.
|
|
// This action caches APT packages to speed up CI/CD workflows by avoiding
|
|
// repeated package downloads and installations.
|
|
package main
|