diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2026-07-31 08:17:05 -0400 |
|---|---|---|
| committer | Anghelo Carvajal <angheloalf95@gmail.com> | 2026-07-31 08:17:05 -0400 |
| commit | 2b9a21f615419e5b976a6edd130fb85a3057785f (patch) | |
| tree | e674bedd974ddc021154a2eb5517669ea844e986 | |
| parent | 5b705b1d7fed3bfc596ea80ee5a9a1ca331ae490 (diff) | |
Remove duplicated step id
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af0bc96d5..8b088a3d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,6 @@ jobs: run: ./tools/warnings_count/compare_warnings.sh build - name: Compress ${{ matrix.version }} - id: build run: make -j $(nproc) VERSION=${{ matrix.version }} compress 2> >(tee tools/warnings_count/warnings_compress_new.txt) - name: Check compress warnings |
