Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into app-provides-error-re…
Browse files Browse the repository at this point in the history
…porting
  • Loading branch information
caryoscelus committed Nov 27, 2023
2 parents eea0412 + d5511a5 commit 3929dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install-zig-llvm:
RUN apt -y install libssl-dev
RUN OPENSSL_NO_VENDOR=1 cargo install wasm-pack
# sccache
RUN cargo install sccache
RUN cargo install sccache --locked
RUN sccache -V
ENV RUSTC_WRAPPER=/usr/local/cargo/bin/sccache
ENV SCCACHE_DIR=/earthbuild/sccache_dir
Expand Down

0 comments on commit 3929dd6

Please sign in to comment.