We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999c7ab commit fb721b3Copy full SHA for fb721b3
1 file changed
.github/workflows/build-linux.yml
@@ -14,15 +14,16 @@ concurrency:
14
15
jobs:
16
build-linux:
17
- runs-on: ubuntu-18.04
18
- # runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
cfg:
22
- {target: linux}
23
env:
24
TARGET: ${{matrix.cfg.target}}
25
steps:
+ - name: Install libunwind
26
+ run: sudo apt-get install libunwind-dev
27
- uses: actions/checkout@v3
28
- name: Build
29
run:
0 commit comments