Skip to content

Commit

Permalink
fix: broken ci version (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Sep 20, 2024
1 parent 0b8fc23 commit 650ca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![feature(let_chains)]
fn main() {
println!("cargo:rerun-if-env-changed=CARGO_PKG_VERSION");
println!("cargo:rerun-if-env-changed=GITHUB_REF");
let version = if let Some("refs/heads/master") = option_env!("GITHUB_REF")
&& let Some(sha) = option_env!("GITHUB_SHA")
{
Expand Down

0 comments on commit 650ca53

Please sign in to comment.