Skip to content

Commit

Permalink
fix: use wget@1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 15, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 36e3c14 commit d85313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/cmd/call.rs
Original file line number Diff line number Diff line change
@@ -223,7 +223,7 @@ pub fn setup_wasm_to_oci() -> Result<(), Error> {

let mut child = Command::new("bash")
.arg("-c")
.arg("type wasm-to-oci > /dev/null 2> /dev/null || pkgx wget https://github.com/fluentci-io/wasm-to-oci/releases/download/v0.1.2/wasm-to-oci_${OS}-${ARCH}.tar.gz ; \
.arg("type wasm-to-oci > /dev/null 2> /dev/null || pkgx wget@1.21.4 https://github.com/fluentci-io/wasm-to-oci/releases/download/v0.1.2/wasm-to-oci_${OS}-${ARCH}.tar.gz ; \
type wasm-to-oci > /dev/null 2> /dev/null || pkgx tar xvf wasm-to-oci_${OS}-${ARCH}.tar.gz ; \
type wasm-to-oci > /dev/null 2> /dev/null || cp wasm-to-oci ${HOME}/.local/bin ; \
[ -f wasm-to-oci ] && rm wasm-to-oci || true ; \

0 comments on commit d85313d

Please sign in to comment.