skvadrik / re2c

Lexer generator for C, C++, Go and Rust.
https://re2c.org
Other
1.07k stars 169 forks source link

.github/workflows/ci.yml: set up trivial apt cache #400

Closed trofi closed 2 years ago

trofi commented 2 years ago

CI runs occasionally fail to fetch apt packages due to unavailable remote. Let's try to cache heavyweight .deb packages and see if it helps.

.deb files should not normally change frequently.

skvadrik commented 2 years ago

Thank you \o/