.gitea/workflows/check: init
Build and test / build-dynamic-library (push) Successful in 45s
Build and test / check (push) Successful in 46s
Build and test / build-static-library (push) Successful in 53s
Build and test / test (push) Successful in 53s
Run nix flake check / build (push) Failing after 15m56s
Build and test / build-dynamic-library (push) Successful in 45s
Build and test / check (push) Successful in 46s
Build and test / build-static-library (push) Successful in 53s
Build and test / test (push) Successful in 53s
Run nix flake check / build (push) Failing after 15m56s
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: "Run nix flake check"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install sudo
|
||||
run: apt-get update && apt-get -y install sudo
|
||||
|
||||
- name: Install nix
|
||||
uses: https://github.com/cachix/install-nix-action@v31
|
||||
|
||||
- name: Nix flake check
|
||||
run: nix flake check -L
|
||||
Reference in New Issue
Block a user