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 ]
|
container: [ nixos ]
|
||||||
version: [ "24.11", "unstable" ]
|
version: [ "24.11", "unstable" ]
|
||||||
steps:
|
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
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
|
||||||
|
nixos-*
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
gawk
|
gawk
|
||||||
gitFull
|
gitFull
|
||||||
gnugrep
|
gnugrep
|
||||||
|
gnused
|
||||||
gnutar
|
gnutar
|
||||||
gzip
|
gzip
|
||||||
jq
|
jq
|
||||||
|
|
Loading…
Add table
Reference in a new issue