This commit is contained in:
parent
44b8f00089
commit
749a6fa458
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -7,6 +7,9 @@ jobs:
|
||||||
image: ghcr.io/lix-project/lix:latest
|
image: ghcr.io/lix-project/lix:latest
|
||||||
name: "Check NixOS Configuration"
|
name: "Check NixOS Configuration"
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973"
|
||||||
|
run: nix-shell -p nodejs
|
||||||
|
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue