mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
fix: snap build failure (#1177)
This commit is contained in:
parent
108193103d
commit
ee63a4fa32
@ -50,6 +50,9 @@ parts:
|
||||
plugin: rust
|
||||
source: https://github.com/starship/starship.git
|
||||
#source-tag: v$SNAPCRAFT_PROJECT_VERSION
|
||||
build-packages:
|
||||
- libssl-dev
|
||||
- pkg-config
|
||||
override-build: |
|
||||
last_committed_tag="$(git describe --tags --abbrev=0)"
|
||||
last_committed_tag_ver="$(echo ${last_committed_tag} | sed 's/v//')"
|
||||
|
Loading…
Reference in New Issue
Block a user