We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ea936 commit 56044a4Copy full SHA for 56044a4
.github/workflows/test.yml
@@ -77,4 +77,7 @@ jobs:
77
steps:
78
- uses: actions/checkout@v6
79
- uses: actions-rust-lang/setup-rust-toolchain@v1
80
+ - uses: cachix/install-nix-action@v31
81
+ with:
82
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
83
- run: bin/kettle-build ${{ matrix.project }}
0 commit comments