Use Ubuntu 18.04 to build Debian packages
cargo-deb requires the lzma_stream_encoder_mt function, which doesn't exist in the version of liblzma in Ubuntu 16.04.
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
deb:
|
||||
name: Debian ${{ matrix.name }}
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
name: [linux]
|
||||
|
||||
Reference in New Issue
Block a user