1 parent 1e58c57 commit 190e2d4Copy full SHA for 190e2d4
1 file changed
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
- name: Install libunwind
33
run: |
34
- apt install libunwind-dev
+ sudo apt install -y libunwind-dev
35
pkg-config libunwind --cflags --libs-only-l
36
- name: Set up Python ${{ matrix.python }}
37
uses: actions/setup-python@v4
0 commit comments