mirror of
https://github.com/safing/portmaster
synced 2025-04-09 21:49:11 +00:00
Merge pull request #1790 from safing/dhaavi-patch-1
Fix rust-base build
This commit is contained in:
commit
726159427b
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ rust-base:
|
|||
DO rust+INIT --keep_fingerprints=true
|
||||
|
||||
# For now we need tauri-cli 2.0.0 for bulding
|
||||
DO rust+CARGO --args="install tauri-cli --version 2.1.0"
|
||||
DO rust+CARGO --args="install tauri-cli --version 2.1.0 --locked"
|
||||
|
||||
# Explicitly cache here.
|
||||
SAVE IMAGE --cache-hint
|
||||
|
|
Loading…
Add table
Reference in a new issue