Skip to content

Commit

Permalink
c++20: no lint on arm32|arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 24, 2024
1 parent 71028b8 commit 2e3b1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
locale-gen
- name: build
run: |
make config=cpp20
make config=cpp20 ${{ (matrix.labels[0] == 'arm32' || matrix.labels[0] == 'arm64') && 'lint=off' }}
- name: test
run: |
make config=cpp20 test
Expand Down

0 comments on commit 2e3b1d2

Please sign in to comment.