Skip to content

Commit

Permalink
add cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 5, 2024
1 parent b81731b commit 787da16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-cargo:
# AG: this fails for me with macport and libiconv
# AG: I have to disable libiconv, run this manually
# AG: and then re-enable it
cd {{ out_dir }}/cargo && env OPENSSL_STATIC=1 cargo build --release
cd {{ out_dir }}/cargo && cargo update && env OPENSSL_STATIC=1 cargo build --release

[linux]
build-cargo:
Expand Down

0 comments on commit 787da16

Please sign in to comment.