This commit is contained in:
parent
41a1294002
commit
7f11415c8f
1 changed files with 9 additions and 10 deletions
|
@ -9,17 +9,16 @@ on:
|
|||
jobs:
|
||||
hello:
|
||||
name: Print hello world
|
||||
runs-on: default
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: nix-shell -p nodejs_24
|
||||
# run: nix-env -iA nixos.nodejs_24
|
||||
|
||||
- run: whoami
|
||||
- run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
||||
- run: nix-env -qa
|
||||
- run: node -v
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
use: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b
|
||||
|
||||
- run: whoami
|
||||
- run: node -v
|
||||
- run: nix --version
|
||||
|
||||
|
||||
- run: nix flake check
|
Reference in a new issue