Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jan 12, 2025
1 parent d04b0e5 commit fd56a17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
arch: [x86_64]
confs:
- { mode: debug, archive: yes }
- { mode: debug, config: --asan=y, archive: false, cache_key: -asan }
- { mode: debug, config: --lsan=y, archive: false }
- { mode: debug, config: --tsan=y, archive: false }
- { mode: release, archive: yes }

runs-on: ${{ matrix.os }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
arch: [x86_64]
confs:
- { mode: debug, archive: yes }
- { mode: debug, config: --asan=y, archive: false, cache_key: -asan }
- { mode: debug, config: --lsan=y, archive: false }
- { mode: debug, config: --tsan=y, archive: false }
- { mode: release, archive: yes }

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fd56a17

Please sign in to comment.