Compare commits

...

3 Commits

Author SHA1 Message Date
b591e37cfd Build default
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) Successful in 25m52s
2024-12-17 20:44:30 -05:00
d0aad82f21 Use ubuntu image
Some checks failed
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 35s
2024-12-17 20:42:38 -05:00
7e0785e522 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
2024-12-17 19:41:22 -05:00

View File

@ -77,9 +77,11 @@ jobs:
nix-build: nix-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Update Package Lists
run: apt update
- name: Install Nix
run: apt install -y nix-bin
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Nix
uses: cachix/install-nix-action@v27
- name: Build project with Nix - 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' .#default