(fix): workflows
Some checks failed
/ deploy-and-package (push) Failing after 44s

(qol): dumb version
This commit is contained in:
Alois 2026-07-26 15:24:18 +02:00
commit be8eb83e02
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 5 additions and 5 deletions

View file

@ -10,14 +10,14 @@ jobs:
deploy-and-package:
runs-on: nixos
steps:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Install tools and dependencies
- name: Install deps
run: |
nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#rsync nixpkgs#jq nixpkgs#gnused
pnpm install --frozen-lockfile
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Build and package
run: |
pnpm pack