Skip to content

Commit

Permalink
ci: mark format and everything as disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vegerot committed Oct 30, 2024
1 parent ae09a1f commit 1f9d349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f9d349

Please sign in to comment.