mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-02-16 07:02:24 +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
|