We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c93eab commit 29d1ca6Copy full SHA for 29d1ca6
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
test:
15
- runs-on: ubuntu-latest
+ runs-on: ["self-hosted", "nixos"]
16
17
defaults:
18
run:
@@ -24,13 +24,6 @@ jobs:
24
- name: License check
25
uses: fsfe/reuse-action@v6
26
27
- - name: Install Nix
28
- uses: cachix/install-nix-action@v31
29
- with:
30
- extra_nix_config: |
31
- substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
32
- trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
33
-
34
- name: Prepare Nix environment
35
run: |
36
true
0 commit comments