(fix): ci workflow
Some checks failed
CI / checks (push) Has been cancelled

This commit is contained in:
Alois 2026-06-28 19:45:55 +02:00
commit 22137d77c9
2 changed files with 7 additions and 4 deletions

View file

@ -16,16 +16,16 @@ on:
jobs:
release:
runs-on: docker
runs-on: nixos
steps:
- name: Install node
run: nix profile install nixpkgs#nodejs_24
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
with:
fetch-depth: 0
- name: Install Packages
run: apt-get update && apt-get install -y sudo curl jq npm
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v30