Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Sep 9, 2023
1 parent e69c22b commit cc75d2e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 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-20.04
runs-on: ubuntu-22.04
steps:
- name: install-deps
run: |
Expand All @@ -71,7 +71,19 @@ jobs:
gstreamer1.0-tools \
libgstreamer1.0-dev \
libgtk-3-dev \
meson
libunwind-dev \
libxml2-utils \
meson \
ubuntu-dbgsym-keyring
- name: install-debug-symbols
run: |
sudo tee -a "/etc/apt/sources.list.d/ddebs.list" <<EOF
deb http://ddebs.ubuntu.com jammy main restricted universe multiverse
deb http://ddebs.ubuntu.com jammy-updates main restricted universe multiverse
EOF
sudo apt-get update
sudo apt-get install libgtk-3-0-dbgsym
- uses: actions/checkout@v2

Expand Down

0 comments on commit cc75d2e

Please sign in to comment.