Try magic cache
Some checks failed
Push Workflows / env (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Successful in 25m9s
Some checks failed
Push Workflows / env (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Successful in 25m9s
This commit is contained in:
parent
43c9b659b2
commit
56d84c8b3a
@ -77,12 +77,10 @@ jobs:
|
|||||||
nix-build:
|
nix-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
uses: actions/checkout@v4
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Set up Nix
|
|
||||||
uses: cachix/install-nix-action@v27
|
|
||||||
- name: Build project with Nix
|
- name: Build project with Nix
|
||||||
run: nix build .#default --experimental-features 'nix-command flakes'
|
run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default
|
||||||
|
|
||||||
env:
|
env:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user