This commit is contained in:
parent
94a18979f1
commit
ede779d9e5
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@ jobs:
|
||||||
name: Print hello world
|
name: Print hello world
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
# - uses: actions/setup-node@v4
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
uses: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b
|
uses: Prince527/install-nix-action@v31
|
||||||
|
|
||||||
- run: whoami
|
- run: whoami
|
||||||
- run: node -v
|
- run: node -v
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
|
||||||
|
|
||||||
- run: nix flake check
|
- run: nix flake check
|
Reference in a new issue