Skip to content

Commit

Permalink
remove --frozen from build
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Jun 20, 2024
1 parent a96bf66 commit d5875aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/devs/zed-nightly/zed-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export ZED_UPDATE_EXPLANATION="Run dnf up to update Zed Nightly from Terra."

echo "nightly" > crates/zed/RELEASE_CHANNEL

cargo build --release --frozen --package zed --package cli
cargo build --release --package zed --package cli
script/generate-licenses

%install
Expand Down

0 comments on commit d5875aa

Please sign in to comment.