Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jun 16, 2024
1 parent d4b06f8 commit c130a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
- os: ubuntu-22.04
cc: clang
cxx: clang++
meson_args: -Db_sanitize=undefined
meson_args: "-Db_sanitize=undefined"
- os: ubuntu-22.04
cc: clang
cxx: clang++
meson_args: -Db_sanitize=address
meson_args: "-Db_sanitize=address"
- os: ubuntu-22.04
cc: clang
cxx: clang++
meson_args: -Db_sanitize=thread
meson_args: "-Db_sanitize=thread"
- os: macos-12
cc: gcc
cxx: g++
Expand Down

0 comments on commit c130a1e

Please sign in to comment.