Update .gitea/workflows/push.yaml
Some checks failed
Push Workflows / test (push) Successful in 43s
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / docs (push) Successful in 50s
Push Workflows / env (push) Successful in 2s
Push Workflows / leptos-test (push) Successful in 57s
Push Workflows / nix-build (push) Failing after 35s
Push Workflows / build (push) Has been cancelled

This commit is contained in:
Ethan Girouard 2024-12-19 18:55:52 +00:00
parent 4e979bac07
commit 93b0d2dc60

View File

@ -85,6 +85,8 @@ jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- name: Update Package Lists
run: apt update
- name: Install Nix
run: apt install -y nix-bin
- name: Restore and cache Nix store