Skip to content

Commit

Permalink
fix package name for nix-prefetch-url
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Jul 22, 2024
1 parent 77e8417 commit cc19c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git checkout -- go.mod go.sum
sudo apt update -y
sudo apt install -y nix-prefetch-url
sudo apt install -y nix-bin
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Release
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit cc19c93

Please sign in to comment.