Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Attempt to fix azure pipeline
Dieser Commit ist enthalten in:
Ursprung
eb9d5e1196
Commit
5fb6531db8
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
|
@ -8,6 +8,11 @@ steps:
|
||||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||||
displayName: 'Install Rust'
|
displayName: 'Install Rust'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y libmysql++-dev
|
||||||
|
displayName: Install libmysql
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
rustc -Vv
|
rustc -Vv
|
||||||
cargo -V
|
cargo -V
|
||||||
|
|
Laden …
In neuem Issue referenzieren