From 1f9d349cd31c5b867372b82b681e8762f14c12db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20=F0=9F=91=A8=F0=9F=8F=BD=E2=80=8D=F0=9F=92=BB=20Copl?= =?UTF-8?q?an?= Date: Wed, 30 Oct 2024 11:56:13 -0700 Subject: [PATCH] ci: mark format and everything as disabled --- .github/workflows/compiler-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compiler-ci.yml b/.github/workflows/compiler-ci.yml index 1095e6c..1a53d94 100644 --- a/.github/workflows/compiler-ci.yml +++ b/.github/workflows/compiler-ci.yml @@ -22,9 +22,9 @@ jobs: run: make -j test - name: lint run: make lint - - name: format + - name: format (disabled) # ubuntu-latest uses an old version of clang-format, so we need to install a newer version run: make format-check || true - - name: everythong + - name: everythong (disabled) # ubuntu-latest uses an old version of clang-format, so we need to install a newer version run: make -j all || true