ci: drop git install — image ships git-minimal, full git conflicts
This commit is contained in:
parent
5dbd1d4dc8
commit
9485b6b72a
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ jobs:
|
||||||
- name: Prepare container for actions
|
- name: Prepare container for actions
|
||||||
run: |
|
run: |
|
||||||
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue