Actions: misc
* remove redundent step * add missing sed to actions image
This commit is contained in:
parent
f8e7c2d0f3
commit
3a2cc1d3d7
3 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,6 @@ jobs:
|
|||
container: [ nixos ]
|
||||
version: [ "24.11", "unstable" ]
|
||||
steps:
|
||||
- name: pre-requisites
|
||||
run: |
|
||||
nix-env -iA nixpkgs.docker nixpkgs.podman nixpkgs.nodejs_20 nixpkgs.gnused nixpkgs.coreutils && mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue