Skip to content

Commit

Permalink
chore(ci): Remove unused environment variable
Browse files Browse the repository at this point in the history
We are on Rust 1.77.2 according to the `rust-toolchain.toml` file.
  • Loading branch information
luckysori committed Apr 26, 2024
1 parent a87190d commit 0ddceaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
description: "The github tag to build the release for e.g. 1.4.1."
required: true


env:
RUST_VERSION: "1.70.0"

jobs:
build_docker_image_for_release:
permissions:
Expand Down

0 comments on commit 0ddceaa

Please sign in to comment.