ci: drop git install — image ships git-minimal, full git conflicts
All checks were successful
Build and Deploy to Production / build (push) Successful in 1m2s
Tests / test (push) Successful in 1m1s
Build and Deploy to Production / deploy (push) Successful in 26s

This commit is contained in:
Sergei Poljanski 2026-07-02 18:09:39 +04:00
commit 9485b6b72a
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -25,7 +25,8 @@ jobs:
- name: Prepare container for actions
run: |
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
nix-env -iA nixpkgs.nodejs_22 nixpkgs.git
# node for JS actions (checkout); git-minimal is already in the image
nix-env -iA nixpkgs.nodejs_22
- name: Checkout
uses: actions/checkout@v4