(fix): workflows
This commit is contained in:
parent
70740e31e6
commit
1dd8a979ee
2 changed files with 6 additions and 0 deletions
|
|
@ -152,6 +152,9 @@ jobs:
|
|||
runs-on: nixos
|
||||
needs: [build-web, build-mobile, build-desktop]
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile install nixpkgs#nodejs_24
|
||||
|
||||
- name: Check out repo
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue