and awaaaaaay we go
Some checks failed
Test action / Print hello world (push) Failing after 0s

This commit is contained in:
clan-tool 2025-09-04 07:39:48 +02:00
parent 41a1294002
commit 7f11415c8f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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