This commit is contained in:
parent
22ad5031d9
commit
22137d77c9
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue