We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5dbce commit 8b5b5a7Copy full SHA for 8b5b5a7
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Update apt registry
13
- run: apt update && apt install -y --no-install-recommends sudo
+ run: apt update && apt install -y --no-install-recommends sudo apt-fast
14
- uses: awalsh128/cache-apt-pkgs-action@latest
15
with:
16
packages: uuid-dev clang-19 libcxx-19
0 commit comments