Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Chase committed Dec 19, 2024
1 parent d653a24 commit 5435c1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/install_rust/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bootsrap rust installation
name: Bootstrap rust installation
description: Setup rust environment and its components, also caching the build results.

runs:
Expand All @@ -9,6 +9,8 @@ runs:
cache-base: main(-v[0-9].*)?
inherit-toolchain: true
bins: taplo-cli@0.9.0, cargo-machete
channel: nightly-2024-04-29 # Just install for rustfmt, rust-toolchain.toml overrides it.
# Just install for rustfmt, rust-toolchain.toml overrides it.
channel: { { env.RUTFMT_NIGHTLY_VERSION } }
env:
RUSTFLAGS: "-C link-arg=-fuse-ld=lld"
RUSTFMT_NIGHTLY_VERSION: nightly-2024-04-29

0 comments on commit 5435c1d

Please sign in to comment.