mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 01:29:03 +03:00
[update/flake] Fix flake.lock update periodicity
Check if exe binary was update first, then update all flake.lock only when exe was updated. Change-Id: I3ae7e7453cfe4ea78d1c4e598cc4a3370cd12f1d
This commit is contained in:
2
.github/workflows/update_packages.sh
vendored
2
.github/workflows/update_packages.sh
vendored
@@ -16,8 +16,8 @@ case $OS in
|
||||
"Arch Linux")
|
||||
echo "Arch Linux"
|
||||
pacman -S --noconfirm git sudo base-devel jq nix
|
||||
sh ./utility/generate_packages.sh
|
||||
git config --global --add safe.directory "*"
|
||||
sh ./utility/generate_packages.sh
|
||||
;;
|
||||
*)
|
||||
echo "Operating system is not recognized."
|
||||
|
Reference in New Issue
Block a user