mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Switch to official cargo-deb release that has the required systemd unit functionality. (#375)
* Use correct version number syntax.
This commit is contained in:
4
.github/workflows/pkg.yml
vendored
4
.github/workflows/pkg.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- "debian:buster" # debian/10
|
||||
- "debian:bullseye" # debian/11
|
||||
env:
|
||||
CARGO_DEB_VER: 94ba8f3
|
||||
CARGO_DEB_VER: 1.28.0
|
||||
# A Routinator version of the form 'x.y.z-bis' denotes a dev build that is
|
||||
# newer than the released x.y.z version but is not yet a new release.
|
||||
NEXT_VER_LABEL: bis
|
||||
@ -106,7 +106,7 @@ jobs:
|
||||
- name: Install Cargo Deb
|
||||
if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cargo install --git https://github.com/mmstick/cargo-deb.git --rev $CARGO_DEB_VER cargo-deb
|
||||
cargo install cargo-deb --version ${CARGO_DEB_VER}
|
||||
|
||||
# Instruct cargo-deb to build the Debian package using the config section
|
||||
# in Cargo.toml for the specified "variant".
|
||||
|
Reference in New Issue
Block a user