Skip to content

Commit 5f7c9ad

Browse files
committed
🔨 clean up
1 parent 4bd1282 commit 5f7c9ad

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,15 @@ jobs:
4343
- name: Build
4444
run: cmake --build build --target ci_test_gcc
4545

46-
ci_static_analysis:
46+
ci_infer:
4747
runs-on: ubuntu-latest
4848
container: ghcr.io/nlohmann/json-ci:v2.4.0
49-
strategy:
50-
matrix:
51-
target: [
52-
ci_test_amalgamation, # needs AStyle
53-
ci_infer # needs Infer
54-
]
5549
steps:
5650
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5751
- name: Run CMake
5852
run: cmake -S . -B build -DJSON_CI=On
5953
- name: Build
60-
run: cmake --build build --target ${{ matrix.target }}
54+
run: cmake --build build --target ci_infer
6155

6256
ci_test_single_header:
6357
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)