Skip to content

Commit 8b5b5a7

Browse files
committed
fix-ci
1 parent 9d5dbce commit 8b5b5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Update apt registry
13-
run: apt update && apt install -y --no-install-recommends sudo
13+
run: apt update && apt install -y --no-install-recommends sudo apt-fast
1414
- uses: awalsh128/cache-apt-pkgs-action@latest
1515
with:
1616
packages: uuid-dev clang-19 libcxx-19

0 commit comments

Comments
 (0)