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:
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
result
|
||||
result-*
|
||||
|
||||
nixos-*
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
gawk
|
||||
gitFull
|
||||
gnugrep
|
||||
gnused
|
||||
gnutar
|
||||
gzip
|
||||
jq
|
||||
|
|
Loading…
Add table
Reference in a new issue