Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 38c127f

Browse files
authored
ci: cache apt packages
1 parent 6fcaca0 commit 38c127f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
submodules: recursive # Gets submodules
1919

20+
- name: Cache APT Packages
21+
uses: awalsh128/[email protected]
22+
2023
- name: ⚙️ Set up dependencies
2124
run: |
2225
sudo apt-get update

0 commit comments

Comments
 (0)