Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Sep 7, 2023
1 parent de60ade commit 02cdd11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: cat _build/meson-logs/testlog.txt

sanitizer:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: install-deps
run: |
Expand All @@ -69,7 +69,6 @@ jobs:
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-good \
gstreamer1.0-tools \
libgirepository1.0-dev \
libgstreamer1.0-dev \
libgtk-3-dev \
libxml2-utils \
Expand All @@ -78,7 +77,7 @@ jobs:
- uses: actions/checkout@v2

- name: configure
run: meson _build -Db_sanitize=address,undefined
run: meson _build -Db_sanitize=address,undefined -Dintrospection=false

- name: build
run: ASAN_OPTIONS=start_deactivated=true,detect_leaks=0 ninja -C _build
Expand Down

0 comments on commit 02cdd11

Please sign in to comment.