Skip to content

Commit 03098ce

Browse files
authored
CI: test extra commands was failing due to missing runs-on (#316)
1 parent df99573 commit 03098ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_extra_commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build kernel
13+
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4
1516
- uses: DeterminateSystems/nix-installer-action@main
@@ -21,7 +22,6 @@ jobs:
2122
- uses: cachix/cachix-action@v14
2223
with:
2324
name: huggingface
24-
#authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
2525
env:
2626
USER: runner
2727
- name: Test nix run .#kernels

0 commit comments

Comments
 (0)