Skip to content

Commit 56044a4

Browse files
committed
ensure nix is available
1 parent 14ea936 commit 56044a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v6
7979
- uses: actions-rust-lang/setup-rust-toolchain@v1
80+
- uses: cachix/install-nix-action@v31
81+
with:
82+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
8083
- run: bin/kettle-build ${{ matrix.project }}

0 commit comments

Comments
 (0)