mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-08-19 11:13:55 +02:00
Merge 5d19952748
into fa0bf8ab6a
This commit is contained in:
commit
3acd5b199d
5 changed files with 16 additions and 14 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -28,8 +28,6 @@ jobs:
|
|||
endpoint: https://static.188.92.12.49.clients.your-server.de/
|
||||
cache: tee-pot
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- run: nix fmt . -- --check
|
||||
|
||||
|
@ -50,8 +48,6 @@ jobs:
|
|||
endpoint: https://static.188.92.12.49.clients.your-server.de/
|
||||
cache: tee-pot
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- run: nix flake check -L --show-trace --keep-going
|
||||
|
||||
|
@ -73,8 +69,6 @@ jobs:
|
|||
endpoint: https://static.188.92.12.49.clients.your-server.de/
|
||||
cache: tee-pot
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: nix build
|
||||
run: nix run github:nixos/nixpkgs/nixos-23.11#nixci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue