Use nix image
Some checks failed
Push Workflows / test (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 2m33s
Some checks failed
Push Workflows / test (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 2m33s
This commit is contained in:
parent
b4451d110d
commit
7e0785e522
@ -75,11 +75,9 @@ jobs:
|
||||
path: target/doc
|
||||
|
||||
nix-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: nix
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Nix
|
||||
uses: cachix/install-nix-action@v27
|
||||
- name: Build project with Nix
|
||||
run: nix build --option sandbox true --experimental-features 'nix-command flakes' .#default
|
||||
run: nix build --experimental-features 'nix-command flakes'
|
||||
|
Loading…
x
Reference in New Issue
Block a user