There was an error while loading. Please reload this page.
1 parent df99573 commit 03098ceCopy full SHA for 03098ce
1 file changed
.github/workflows/test_extra_commands.yaml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
build:
12
name: Build kernel
13
+ runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- uses: DeterminateSystems/nix-installer-action@main
@@ -21,7 +22,6 @@ jobs:
21
22
- uses: cachix/cachix-action@v14
23
with:
24
name: huggingface
- #authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
25
env:
26
USER: runner
27
- name: Test nix run .#kernels
0 commit comments