Skip to content

Commit fb721b3

Browse files
authored
update ci to latest (#334)
1 parent 999c7ab commit fb721b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ concurrency:
1414

1515
jobs:
1616
build-linux:
17-
runs-on: ubuntu-18.04
18-
# runs-on: ubuntu-latest
17+
runs-on: ubuntu-latest
1918
strategy:
2019
matrix:
2120
cfg:
2221
- {target: linux}
2322
env:
2423
TARGET: ${{matrix.cfg.target}}
2524
steps:
25+
- name: Install libunwind
26+
run: sudo apt-get install libunwind-dev
2627
- uses: actions/checkout@v3
2728
- name: Build
2829
run:

0 commit comments

Comments
 (0)