Skip to content

Commit

Permalink
build: nix
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 11, 2023
1 parent a456632 commit 2ec06d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GH_PAT }}
- name: test
run: |
go mod tidy
Expand Down

0 comments on commit 2ec06d0

Please sign in to comment.