Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 24, 2024
1 parent 2e3b1d2 commit a084353
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 ${{ (matrix.labels[0] == 'arm32' || matrix.labels[0] == 'arm64') && 'lint=off' }}
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 a084353

Please sign in to comment.