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

This commit is contained in:
Ethan Girouard 2024-12-17 20:42:38 -05:00
parent 7e0785e522
commit d0aad82f21
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -75,8 +75,12 @@ jobs:
path: target/doc path: target/doc
nix-build: nix-build:
runs-on: nix 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: Build project with Nix - name: Build project with Nix