(fix): workflows
This commit is contained in:
parent
018571c950
commit
b704e266d6
2 changed files with 14 additions and 8 deletions
|
|
@ -5,12 +5,15 @@ on:
|
|||
paths-ignore:
|
||||
- flake.nix
|
||||
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
|
||||
jobs:
|
||||
build-web:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile install nixpkgs#nodejs_24
|
||||
run: nix profile add nixpkgs#nodejs_24
|
||||
|
||||
- name: Check out repo
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
|
@ -34,7 +37,7 @@ jobs:
|
|||
runs-on: nixos
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile install nixpkgs#nodejs_24
|
||||
run: nix profile add nixpkgs#nodejs_24
|
||||
|
||||
- name: Check out repo
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
|
@ -118,7 +121,7 @@ jobs:
|
|||
target: [linux]
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile install nixpkgs#nodejs_24
|
||||
run: nix profile add nixpkgs#nodejs_24
|
||||
|
||||
- name: Check out repo
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
|
@ -163,7 +166,7 @@ jobs:
|
|||
needs: [build-web, build-mobile, build-desktop]
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile install nixpkgs#nodejs_24
|
||||
run: nix profile add nixpkgs#nodejs_24
|
||||
|
||||
- name: Check out repo
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue