Skip to content

Commit 2ec06d0

Browse files
committed
build: nix
1 parent a456632 commit 2ec06d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- uses: actions/setup-go@v4
2424
with:
2525
go-version: stable
26+
- uses: cachix/install-nix-action@v23
27+
with:
28+
github_access_token: ${{ secrets.GH_PAT }}
2629
- name: test
2730
run: |
2831
go mod tidy

0 commit comments

Comments
 (0)