Skip to content

Commit b2d907f

Browse files
committed
Update tests.yml
1 parent 31ecbb7 commit b2d907f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- uses: actions/checkout@v3
3434
- name: Test format
3535
run: |
36-
apt-get update
37-
apt-get install --yes --no-install-recommends git clang-format-13 python3-pip
36+
# apt-get update
37+
# apt-get install --yes --no-install-recommends git clang-format-13 python3-pip
3838
./scripts/cl-fmt.sh
3939
git diff --exit-code
4040

0 commit comments

Comments
 (0)