Skip to content

Commit

Permalink
Fix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jul 19, 2024
1 parent 42ead27 commit a4e6843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd llvm-backend/src/main/native/llvm-backend
git checkout "${llvm_backend_version}"
cd -
sed -i 's! url = "github:runtimeverification/llvm-backend/.*";! url = "github:runtimeverification/llvm-backend/'"${llvm_backend_version}"'";!' flake.nix
sed -i 's! url = "github:runtimeverification/llvm-backend/.*";! url = "github:runtimeverification/llvm-backend/'"${llvm_backend_version}"'";!' flake.nix
if git add flake.nix llvm-backend/src/main/native/llvm-backend && git commit -m "flake.nix, llvm-backend/src/main/native/llvm-backend: update to version ${llvm_backend_version}"; then
changed=true
fi
Expand Down

0 comments on commit a4e6843

Please sign in to comment.