Update .gitea/workflows/push.yaml
Some checks failed
Push Workflows / env (push) Successful in 2s
Push Workflows / docs (push) Successful in 53s
Push Workflows / leptos-test (push) Successful in 1m0s
Push Workflows / build (push) Successful in 1m47s
Push Workflows / test (push) Successful in 47s
Push Workflows / docker-build (push) Failing after 13m3s
Push Workflows / nix-build (push) Failing after 30s

This commit is contained in:
Ethan Girouard 2024-12-19 18:57:35 +00:00
parent 93b0d2dc60
commit f2890825ec

View File

@ -91,6 +91,8 @@ jobs:
run: apt install -y nix-bin run: apt install -y nix-bin
- name: Restore and cache Nix store - name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5 uses: nix-community/cache-nix-action@v5
with:
primary-key: nix-build
- name: Build project with Nix - name: Build project with Nix
run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default --no-write-lock-file run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default --no-write-lock-file