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
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:
parent
7e0785e522
commit
d0aad82f21
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user